|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
I currently have 1 auto pop-up and that advertiser pays to have come up. Now I wnat to have a promotional pop-up to on the same page automaticlly. My Issue it wants to pop-up in previous popup window
Help FOX9 |
|
#2
|
|||
|
|||
|
Here is my code
when I use this the twins ad goes into other popup POPUP #1 <script language="javascript"> function popup() { var page = "http://www.fox9.com/popup/msb_fox2.html"; var windowprops = "width=400,height=340,location=no,menubar=no,toolba r=no,scrollbars=no,resizable=no"; newWindow = window.open(page,'PopupName',windowprops); newWindow.blur(); } popup() </script> POPUP #2 <script language="javascript"> function popup1() { var page = "http://www.fox9.com/popup/twins.htm"; var windowprops = "width=240,height=200,location=no,menubar=no,toolba r=no,scrollbars=no,resizable=no"; newWindow1 = window.open(page,'PopupName',windowprops); newWindow1.focus(); } popup1() </script> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Multiple auto popups |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|