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 11-09-2002, 04:12 PM   #1
RMG
Confirmed User
 
Join Date: Apr 2002
Posts: 542
Blur consoles....HELP

Ok...i have multiple pages that I need to load pop unders on. The codes I have found all take the one popunder and reload it for each page visited instead of opening a new window for each page like I want.

Anyone know how to achieve this affect?
RMG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:13 PM   #2
Brian911
Confirmed User
 
Join Date: Dec 2001
Posts: 654
just change the window names... for example pop1, pop2, pop3

if they are the same the popup will just refresh with the new URL
__________________
- Brian
[ a directive occured while processing this error ]
Brian911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:16 PM   #3
RMG
Confirmed User
 
Join Date: Apr 2002
Posts: 542
what do you mean change window names?

All blur's loaded will be pointing to the same url

Can you elaborate?
RMG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:23 PM   #4
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
In the script, where you generate the window, you NAME the window, AND give it a URL to open---
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:26 PM   #5
Brian911
Confirmed User
 
Join Date: Dec 2001
Posts: 654
well, if you want multiple popups and NOT one popup refreshing the content you have to change the name of it IMHO... popup calls would look like this:

1st

a = window.open ("http://www.domain.com", "b", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

2nd

b = window.open ("http://www.domain.com", "b", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

3rd

c = window.open ("http://www.domain.com", "c", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

could be wrong on this though. just test it.
__________________
- Brian
[ a directive occured while processing this error ]
Brian911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:27 PM   #6
RMG
Confirmed User
 
Join Date: Apr 2002
Posts: 542
think i got it...thanks alot guys.

Actually got a information response from GFY'ers
excuse me while I go shit myself in amazement heh.

RMG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:30 PM   #7
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally posted by Brian911
well, if you want multiple popups and NOT one popup refreshing the content you have to change the name of it IMHO... popup calls would look like this:

1st

a = window.open ("http://www.domain.com", "a ", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

2nd

b = window.open ("http://www.domain.com", "b", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

3rd

c = window.open ("http://www.domain.com", "c", "height=600,width=800,location,menubar,resizable,s crollbars,status,toolbar");

could be wrong on this though. just test it.
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:33 PM   #8
Brian911
Confirmed User
 
Join Date: Dec 2001
Posts: 654
yea whatever, the hangover kills me...

must be A of course
__________________
- Brian
[ a directive occured while processing this error ]
Brian911 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 04:42 PM   #9
Machete_
WINNING!
 
Industry Role:
Join Date: Oct 2002
Posts: 14,579
Quote:
Originally posted by Brian911
yea whatever, the hangover kills me...

must be A of course
dident want to be a smartass, but since he probally was going to Cut-n-paste - i would save him some trouble..
just used your code for myself by the way

Last edited by Machete_; 11-09-2002 at 04:43 PM..
Machete_ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-09-2002, 05:35 PM   #10
RMG
Confirmed User
 
Join Date: Apr 2002
Posts: 542
Actually what you all posted didnt achieve the effect I was looking for, I was looking for multiple popUNDERS. Here is the correct code:

script language="JavaScript">;myWin = window.open('','_WINDOWNAME','toolbar=yes,location =yes,menubar=yes,scrollbars=yes,status=yes,resizab le=yes,width=750,height=475');
myWin.blur();
myWin.location = 'http://www.myurl.com';
//
</script

Just replace WINDOWNAME for each page and you got it!


Thanks anyways guys. :P
RMG 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.