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)
-   -   Exit Popup Without No CODE?!? (https://gfy.com/showthread.php?t=43163)

Darren 11-26-2001 11:08 AM

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

Exxxotica 11-26-2001 11:10 AM

The code is in the upper frame.

Amputate Your Head 11-26-2001 11:18 AM

Code:

frame name="main" noresize scrolling="YES" src="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=XXXXXX&PA=XXXX" noresize
Just view the source... it's there.

[This message has been edited by Amputate Your Head (edited 11-26-2001).]

CDSmith 11-26-2001 12:45 PM

Quote:

Originally posted by Exxxotica:
The code is in the upper frame.
What upper frame? As far as I can tell there is only one page there, no frames.

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>

Lane 11-26-2001 12:51 PM

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()">


Amputate Your Head 11-26-2001 12:55 PM

Quote:

Originally posted by CDSmith:
What upper frame? As far as I can tell there is only one page there, no frames.

View the source... you'll see the frames code plain as day. The ref code is right there. The reason you don't see it in the ensuing window that pops is because there's no address bar on that window.


3Xguru 11-26-2001 01:00 PM

Quote:

Originally posted by Lane:
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()">


I can't see the code in the message, but when I hit reply...there it is!!

Is this normal?


Amputate Your Head 11-26-2001 01:03 PM

You gotta take the tags off the front and back or it won't show.

amadman 11-26-2001 01:10 PM

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.

JackFoley 11-26-2001 01:19 PM

Go to Amateur Pages or any of the Cashtour sites and you'll see the same thing.

------------------
SlutBunnies - $30/sale, bitch.

CDSmith 11-26-2001 01:27 PM

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>

Amputate Your Head 11-26-2001 01:30 PM

Quote:

Originally posted by CDSmith:
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.

Because by using a zero frame, you can put the code into the zero frame ONCE.... and load any damn page you like into the main frame... if you wanna change your code for where you're sending people off to, say tomorrow, you change ONE link code..... on ONE page.... and ALL your pages are groovy.... no more updating tons of pages just to change one link.

Very smart way to manage stuff like that.


Lane 11-26-2001 01:36 PM

Quote:

Originally posted by Amputate Your Head:

Because by using a zero frame, you can put the code into the zero frame ONCE.... and load any damn page you like into the main frame... if you wanna change your code for where you're sending people off to, say tomorrow, you change ONE link code..... on ONE page.... and ALL your pages are groovy.... no more updating tons of pages just to change one link.

Very smart way to manage stuff like that.

another reason:
'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).]

Ludedude 11-26-2001 02:24 PM

Quote:

Originally posted by Lane:
another reason:
'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).]

That's a good point. On one of our sites we run an exit console that's dependent on the first page loading. When the counter doesn't load, the page never officially stops loading and hence the exit console never gets triggered.

------------------
Make 60% recurring with these Babes!
The Webmaster's Folder
The Midnight TGP2 Submitter

http://www.barefantasy.com/banners/linkup3.gif

Lane 11-26-2001 02:56 PM

and also, if you dont wanna use frames, just use an invisible iframe http://bbs.gofuckyourself.net/board/wink.gif

Darren 11-26-2001 04:24 PM

so how do you set an invisible frame anyone post exact code http://bbs.gofuckyourself.net/board/smile.gif

Amputate Your Head 11-26-2001 04:28 PM

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.

Lane 11-26-2001 06:35 PM

Quote:

Originally posted by Darren:
so how do you set an invisible frame anyone post exact code http://bbs.gofuckyourself.net/board/smile.gif
for iframe , u can use this: (warning, untested code)

&lt;iframe src=frame.html width=1 height=1&gt;&lt;/iframe&gt;

Darren 11-27-2001 12:22 AM

cheers lane

Darren 11-30-2001 11:08 AM

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!

Darren 11-30-2001 04:05 PM

what about delayed exit pops?


All times are GMT -7. The time now is 08:59 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123