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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-14-2002, 06:06 PM   #1
markvh
Confirmed User
 
Join Date: Jan 2001
Posts: 258
Popup Window

How can I create a popup that loads in the background of my site? So only when my site is closed the surfer sees the new window
markvh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:08 PM   #2
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
this works good<script language="JavaScript">
dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
dhpop2.blur();
dhpop2.location = 'http://www.yoursite.com;
</script>

Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:09 PM   #3
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
<script language="JavaScript">
dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
dhpop2.blur();
dhpop2.location = 'http://www.yoursite.com';
</script>
Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:10 PM   #4
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
sorry it wont show up after I submit the reply
Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:11 PM   #5
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
I'll try one more time
script language="JavaScript">
dhpop2 = window.open('','Console4','toolbar=0,location=0,di rectories=0,status=0,menubar=0,scrollbars=1,resiza ble=1,height=500,width=600');
dhpop2.blur();
dhpop2.location = 'http://www.adailynude.com/pop1.html';
</script>

Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:12 PM   #6
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
just change the url and add < before script

Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:14 PM   #7
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
oh ya, you can change the size of the window and add or remove the scrollbar etc. With 0 being off...just incase you didnt know
Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 06:53 PM   #8
markvh
Confirmed User
 
Join Date: Jan 2001
Posts: 258
Thanks for the script. I'm just alittle confused, where in my html must I add the script?
markvh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 07:36 PM   #9
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
between the head tags
Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 09:04 PM   #10
markvh
Confirmed User
 
Join Date: Jan 2001
Posts: 258
I'm kinda new with html, i'm not sure how to add this script. I tried placing it between the head tags but it doesnt seem to work, i quess it's me thats doing something wrong but have no idea what The script text keeps turning red
markvh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 11:00 PM   #11
Rick55
Registered User
 
Join Date: Feb 2001
Location: Ottawa,Ontario
Posts: 63
You need to close the script off.
</script>

------------------
<center><a target=_blank href="http://www.omegacash.com/index.asp?ref=110">Make $1.50 P/Min!
<img src="http://www.omegacash.com/images/banners/oc-s02.gif" width="120" height="60" border="1">
Start Now!</a></center>

[This message has been edited by Rick55 (edited 01-15-2002).]
Rick55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-14-2002, 11:01 PM   #12
Rick55
Registered User
 
Join Date: Feb 2001
Location: Ottawa,Ontario
Posts: 63
Damn,
I did the same thing

/script>
put a < in front of the slash

------------------
Put a stripper on your desktop
Totem Cash
Gilligan's Island was the best show ever made
Rick55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-15-2002, 05:10 AM   #13
Pete
Confirmed User
 
Pete's Avatar
 
Join Date: Jan 2001
Location: Mr. Rogers Neighborhood
Posts: 6,617
Put this
Pete is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-15-2002, 06:41 AM   #14
flux
Registered User
 
Join Date: Jan 2002
Posts: 4
<a href="http://www.theadultwebmaster.com/coderscorner/consoles/">http://www.theadultwebmaster.com/coderscorner/consoles/</a>
flux is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-15-2002, 08:21 AM   #15
geoff
Confirmed User
 
Join Date: Feb 2001
Location: outback, Australia
Posts: 192
nice popup code generator here : http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_windows%2edb&command=viewon e&id=38&op=t

------------------
Nothing motivates more than the thought of being poor!
geoff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-15-2002, 10:12 AM   #16
markvh
Confirmed User
 
Join Date: Jan 2001
Posts: 258
Thanks for all the help guys
markvh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.