Anyone know of a popup script that will launch a popup window after a certain number of seconds?
popup script
Collapse
X
-
Tags: None
-
http://www.google.com/search?hl=en&q...=Google+Search just shows a bunch of shit.(oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
ICQ 149295193 -
found one
Code:<head> <script language=javascript> function conpop1() { myWin = window.open('','johnpopup1','width=550,height=775,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes'); myWin.location = 'http://squeezeboobs.com/popup.html'; } setTimeout('conpop1()', 1000); </script> </head>(oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo)
ICQ 149295193Comment

Comment