Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Forums
Blogs
Articles
Groups
Galleries
Member List
Calendar
Home
Forum
Simply Business
Fucking Around & Business Discussion
Stupid J.avasci.pt question - on an onexit popunder, how do you prevent the window...
Stupid J.avasci.pt question - on an onexit popunder, how do you prevent the window...
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
CyberTraffic
Confirmed User
Join Date:
Feb 2004
Posts:
2187
Share
Post
#1
Stupid J.avasci.pt question - on an onexit popunder, how do you prevent the window...
06-01-2004, 12:53 PM
from popping when a link is clicked ?
Is'nt it onexit="false" ?
Phoenix66
Confirmed User
Join Date:
Oct 2002
Posts:
823
Share
Post
#2
06-01-2004, 01:12 PM
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" ...
Adult Niche Traffic Exchange
Comment
Post
Cancel
CyberTraffic
Confirmed User
Join Date:
Feb 2004
Posts:
2187
Share
Post
#3
06-01-2004, 01:27 PM
Originally posted by Phoenix66
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" ...
Thanks!
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎
☕
Comment