|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Aug 2002
Location: Switzerland, France...
Posts: 184
|
Javuscript Guru's one simple (i hope so) question...
Hi,
on a new site i will open a Popup when the surfer leaves my Site. therefore i have this little script: var console=true; function exit(){ var url2='http://www.vanessa.biz/links/toplist/links.html'; if (console) open(url2, 'exit_console'); } it activates on the pciture/banner on the top of the site with onunload="exit()" if the surfer clicks on a permitted link that moves him into the site i have linked these links with: onClick="console=false" this works perfectly fine... BUT, when the surfer clicks the Back Button in the browser to go back on page the popup opens up also. Do you have any solution for that? Or if there is absolutely none a better possibility for it. (how it would work fine with frames I know, but I won't use them) Thanks a lot eisbaer |
|
|
|