GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   popup scripts (https://gfy.com/showthread.php?t=56776)

roseyrid 04-13-2002 01:22 PM

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

roseyrid 04-13-2002 01:54 PM

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

DatsMyStapler 04-13-2002 03:20 PM

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"

swedguy 04-13-2002 06:27 PM

The first 20-30 has what you need
Google is your friend

tree 04-13-2002 06:36 PM

Quote:

Originally posted by swedguy
The first 20-30 has what you need
Google is your friend

google is the shit :thumbsup


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