Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup window on load

Status
Not open for further replies.

un1k

Technical User
Joined
Mar 8, 2004
Messages
30
Location
CA
Hi I would like to know how to do a little size popup window when my first page load, like an advertisment. Thanks
 
Thanks it's working :)
 
Guys

I tried the above code and I get a popup window but it's constantly refreshing.

Any ideas...?

----------------------------
Cogito Ergo Sum [jester2]
----------------------------
 
If it's constantly refreshing, check that the html for the popup file doesn't have some code that is forcing it to refresh itself (meta tag or javascript).

You might also want to ensure that the popup html file is not the same file as the calling html file (since that would set off the situation you describe).

Jeff
 
Jeff

Guess what.

I looked at the code for the popup which itself called itself up.

Doh...!

----------------------------
Cogito Ergo Sum [jester2]
----------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top