JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
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  
Old April 7th, 2005, 09:57 AM
FOX9 FOX9 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 10 FOX9 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 50 sec
Reputation Power: 0
Exclamation Multiple auto popups

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

Reply With Quote
  #2  
Old April 7th, 2005, 11:16 AM
FOX9 FOX9 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 10 FOX9 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 11 m 50 sec
Reputation Power: 0
Post My CODE I need help

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>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Multiple auto popups


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway