![]() |
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? |
just change the window names... for example pop1, pop2, pop3
if they are the same the popup will just refresh with the new URL |
what do you mean change window names?
All blur's loaded will be pointing to the same url Can you elaborate? |
In the script, where you generate the window, you NAME the window, AND give it a URL to open---
|
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. |
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 |
Quote:
|
yea whatever, the hangover kills me...
must be A of course :thumbsup |
Quote:
just used your code for myself by the way :drinkup |
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