![]() |
I need the html code for multiple popups at once
Guys, I need the html code for multiple (3 or more) popups at once when you open a page.
Can anyone tell me where to find it? Thnx Best wishes for 2003!! |
or java script
thnx |
just pop 1 have it pop another...and have it pop another...with java...
|
PHP Code:
|
Here...try this one
<blockquote> <html> <body> <!-- Start Popup Script --> <Annoy surfers and continue to use dated promotional techniques> Insert popup contents here </Annoy surfers and continue to use dated promotional techniques> <!-- End Popup Script --> </body> </html> </blockquote> |
which one?
I just want a script that opens 3 new IE windows automatically when someone enters my site... Any suggestions??? |
Quote:
|
Hot Scripts :thumbsup
|
|
Quote:
|
This one will work. Put it between the head commands
script window.open("http://www.xxx.com/popup1.html"); window.open("http://www.xxx.com/popup3.html"); self.focus(); window.open("http://www.xxx.com/popup2.html"); script In the example above popup2 will pop up in front of all existing pages. Note: to allow this post to show up, I had to remove the <> around the word "script" at the start of the code. The word script on the bottom of the code will need a bracket and a / in front of the word script and a bracket after the word script. You will have to add these, or else the script won't work. (The hoops you have to go through to make code show up on a message board) Popup1 and Popup3 will popup behind the page that spawns the popup. Mix and match to achieve whatever effect you want. (And use them for good, not evil...or at least send them to my pop-up killer software :) |
Thank you all guys!!!
Happy New Year to all |
Your welcome, man!
|
Quote:
|
All times are GMT -7. The time now is 03:11 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123