![]() |
popup scripts
Hello, i was wondering if anyone knows where I can find scripts for popups. I need a script that when someone leaves my page, a new page will popup, but if they click a link on my page, it wont popup.
thanks, rosey |
please help, i know one of you knows a resource page that can help explain popups to me. I would greatly appreciate it.
thanks, rosey |
In your Head tag: (this tells it what to pop)
<!-- begin x-it code var exit=true; function xit() { if (exit) open("http://www.yourdomain.com","_blank"); } // end x-it code --> In your Body tag: (this tells it when to pop) onunload="xit() In your a href tag: (this is so that it doesnt pop when someone clicks your links) onClick="exit=false" |
The first 20-30 has what you need
Google is your friend |
Quote:
|
All times are GMT -7. The time now is 12:06 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123