Click to See Complete Forum and Search --> : i can do popup that are not blocked by any popup blocker


kku
May 31st, 2007, 09:54 AM
hi

i can do popup that are not blocked by any popup blocker

like fastclick or this sitw


i think its a java script that read from a php file within the site and genrate the pop up

the popup that will appear have to appear in another browser

so that mean two pages will be there

the orginal site page

and the popup site page

PeejAvery
May 31st, 2007, 10:30 AM
Wow, I do not understand you. Are you attempting to create a popup that is not blocked by a blocker?

A popup blocker will block any window.open function when associated with the onload event of a page. Other than that, any user onclick events will fire popups. So in short, if you are attempting what I mentioned above, all popup blockers will block you.

kku
June 2nd, 2007, 03:14 AM
ya i wana show pop up window on mouse over fucntion can ut ia posible?
or any other technique so solve it.

PeejAvery
June 2nd, 2007, 09:00 PM
The onmouseover event is also blocked by popup blockers because some advertisements use that to "sneak" a preview to unsuspecting visitors. So long as a user has a popup blocker installed without any exceptions added to it, only the onclick can fire window.open.