![]() |
Stupid J.avasci.pt question - on an onexit popunder, how do you prevent the window...
from popping when a link is clicked ?
Is'nt it onexit="false" ? |
Use some variable, set it to false in onclick and check it before you throw the popup. Like this:
exit=true; function closeIt() { if(exit) { throw your popup here or whatever... } } <body onclose="closeIt()"... <a onClick="exit=false" ... |
Quote:
|
All times are GMT -7. The time now is 02:05 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123