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)
-   -   Blur consoles....HELP (https://gfy.com/showthread.php?t=87279)

RMG 11-09-2002 04:12 PM

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?

Brian911 11-09-2002 04:13 PM

just change the window names... for example pop1, pop2, pop3

if they are the same the popup will just refresh with the new URL

RMG 11-09-2002 04:16 PM

what do you mean change window names?

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

Can you elaborate?

Machete_ 11-09-2002 04:23 PM

In the script, where you generate the window, you NAME the window, AND give it a URL to open---

Brian911 11-09-2002 04:26 PM

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.

RMG 11-09-2002 04:27 PM

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.

:thumbsup

Machete_ 11-09-2002 04:30 PM

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.


Brian911 11-09-2002 04:33 PM

yea whatever, the hangover kills me...

must be A of course :thumbsup

Machete_ 11-09-2002 04:42 PM

Quote:

Originally posted by Brian911
yea whatever, the hangover kills me...

must be A of course :thumbsup

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 :drinkup

RMG 11-09-2002 05:35 PM

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!
:thumbsup

Thanks anyways guys. :P


All times are GMT -7. The time now is 01:37 AM.

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