|
|
|
||||
|
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: Sep 2001
Posts: 5,994
|
Exit Popup Without No CODE?!?
take a look at http://www.nineinchpenis.com/
they have an exit popup on there site BUT it only appears when you close the browser or go to another site, if you just surf there site it doesnt appear. How is this done? anyone know? I know the basic javascript exit code but not this. Thankz |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jan 2001
Location: Oregun
Posts: 4,396
|
The code is in the upper frame.
|
|
|
|
|
|
#3 |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Code:
frame name="main" noresize scrolling="YES" src="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX&PA=XXXX" noresize [This message has been edited by Amputate Your Head (edited 11-26-2001).] |
|
|
|
|
|
#4 | |
|
Too lazy to set a custom title
Industry Role:
Join Date: May 2001
Location: My network is hosted at TECHIEMEDIA.net ...Wait, you meant where am *I* located at? Oh... okay, I'm in Winnipeg, Canada. Oops. :)
Posts: 51,460
|
Quote:
And there is no trace of any kind of on exit coding in the page. I'll be banged silly if I know how it's done there. I know how I do it, I use the usual on exit code between the head tags, then I just protect the links I want to by placing the code onclick="console=false" into the a href's. I like the simplicity of this other method though, wish I could say how it was done. Anybody? <font face="Verdana">___________ CD * <a href="http://www.sunsetbeachbabes.com/" TARGET="_blank"><font color="#FFFFDD"> Sunset Beach Party</font></a> Centerfolds ~ Amateurs ~ Teens, <a href="http://www.sunsetbeachbabes.com/webmasters.html" TARGET="_blank">new trades</a> welcome. * <a href="http://clickthrutraffic.com/scripts/signup.php?referer=cdsmith" TARGET="_blank"><font color="#FFDDFF"> Click-thrutraffic.com</font></a> 5 cents up to 20 cents per click! * <a href="http://www.erasercash.com/wm.html?ID=1380291" TARGET="_blank"><font face="Verdana" color="#FFCCCC">ERASERCASH!</font></a> Earn $35 per sale + webmaster referrals 4 LEVELS DEEP</font> |
|
|
|
|
|
|
#5 |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
upper frames url is: http://www.nineinchpenis.com/index2.html
the code it uses is: Code:
<SCRIPT language="JavaScript">
< !-- begin x-it code
var exit=true;
function xit()
{
if (exit)
open('http://www.torontoerotica.com/cen/','_blank','width=785,height=660');
}
// end x-it code -->
</SCRIPT>
</head>
<body topmargin=3 bgcolor="#000000" text="#FFFFFF" link="#FFFF00" vlink="#FFFF00" alink="#FFFF00" onunload="xit()">
|
|
|
|
|
|
#6 | |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Quote:
|
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Sep 2001
Location: Iasi
Posts: 1,281
|
Quote:
Is this normal? |
|
|
|
|
|
|
#8 |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
You gotta take the tags off the front and back or it won't show.
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Nov 2001
Location: padded room
Posts: 738
|
the popup code is in a non visable frame: http://www.nineinchpenis.com/index2.html
The visable frame is the sponsors site: http://refer.ccbill.com/cgi-bin/clic...05824&PA=54758 You move thru the sponsers site in the visable frame but the 'hiden' frame never changes untill the page is closed. |
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Jul 2001
Location: Pac-land
Posts: 858
|
Go to Amateur Pages or any of the Cashtour sites and you'll see the same thing.
------------------ SlutBunnies - $30/sale, bitch. |
|
|
|
|
|
#11 |
|
Too lazy to set a custom title
Industry Role:
Join Date: May 2001
Location: My network is hosted at TECHIEMEDIA.net ...Wait, you meant where am *I* located at? Oh... okay, I'm in Winnipeg, Canada. Oops. :)
Posts: 51,460
|
Cool. But what is the real advantage to doing it this way as opposed to the way I described?
I don't see the big deal with using this method. Further enlightenment please. <font face="Verdana">___________ CD * <a href="http://www.sunsetbeachbabes.com/" TARGET="_blank"><font color="#FFFFDD"> Sunset Beach Party</font></a> Centerfolds ~ Amateurs ~ Teens, <a href="http://www.sunsetbeachbabes.com/webmasters.html" TARGET="_blank">new trades</a> welcome. * <a href="http://clickthrutraffic.com/scripts/signup.php?referer=cdsmith" TARGET="_blank"><font color="#FFDDFF"> Click-thrutraffic.com</font></a> 5 cents up to 20 cents per click! * <a href="http://www.erasercash.com/wm.html?ID=1380291" TARGET="_blank"><font face="Verdana" color="#FFCCCC">ERASERCASH!</font></a> Earn $35 per sale + webmaster referrals 4 LEVELS DEEP</font> |
|
|
|
|
|
#12 | |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Quote:
Very smart way to manage stuff like that. |
|
|
|
|
|
|
#13 | |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
Quote:
'onunload' works only after the page is fully loaded. the zero frame takes much shorter time to load than the regular page with pics etc. so it can open the exit even if the surfer closes the window before the pics load. [This message has been edited by Lane (edited 11-26-2001).] |
|
|
|
|
|
|
#14 | |
|
Suck it!
Industry Role:
Join Date: Jun 2001
Location: Who wants to know?
Posts: 4,432
|
Quote:
------------------ Make 60% recurring with these Babes! The Webmaster's Folder The Midnight TGP2 Submitter |
|
|
|
|
|
|
#15 |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
and also, if you dont wanna use frames, just use an invisible iframe
![]() |
|
|
|
|
|
#16 |
|
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
so how do you set an invisible frame anyone post exact code
![]() |
|
|
|
|
|
#17 |
|
There can be only one
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
|
Okay.... make a page with a split frameset.
The bottom frame is your "Main" window... where you'll bring all you other pages into. The top frame is your code frame. Set your "Main" frame to 100%. If you wanna make doubly sure, set your "code" frame to 1 pixel. That's it. It's not invisible. But there's not many that are able to see a 1 pixel frame with a blank page of the same color loaded into it. |
|
|
|
|
|
#18 | |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
Quote:
<iframe src=frame.html width=1 height=1></iframe> |
|
|
|
|
|
|
#19 |
|
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
cheers lane
|
|
|
|
|
|
#20 |
|
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
this is taken from the source
<HTML> <HEAD> <TITLE>Guaranteed Penis Enlargement!</TITLE> </HEAD> <frameset framespacing="0" border="0" rows="*,100%" cols="100%" frameborder="no"> <frame name="top" noresize scrolling="auto" src="http://www.nineinchpenis.com/index2.html"> <frame name="main" noresize scrolling="YES" src="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=905824&PA=54758" noresize> <noframes></noframes></frameset></html> Now you would think replacing the affiliate ID with another URL would make everything work problem is it doesn't? any ideas on this mystery! |
|
|
|
|
|
#21 |
|
Confirmed User
Join Date: Sep 2001
Posts: 5,994
|
what about delayed exit pops?
|
|
|
|