![]() |
Exit window script problem
I must have changed something, this use to work, and now it doesn't, what am I doing wrong?
<hahahahahahahaha var exit = true; function leave() { if (exit) { window.open('http://www.url.com'); } } </hahahahahahahaha onUnload="leave()" onclick="exit=false"> |
I have the script tags in there it didn't post
|
you are missing a few {
and your } are in bad postions and some of your { should really be } |
you put the onclick="exit=false" in the href and not in the body tag right?
|
var exit = true;
function playo() { if (exit) { window.open('http://www.getfreepassword.com'); } } dont forget the j a v a tags that go before and after |
I did put the last part in body tags
|
All times are GMT -7. The time now is 07:17 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123