![]() |
|
|
+ Search |
![]()
|
Aug 8th, 2001 05:08
Jean-Bernard Valentaten, Niamh Hogan,
Basically like this:
onload="setTimeout('openWin()', 15000);"
or if you really want to bother people:
onload="setInterval('openWin()', 15000);"
now all you have to do is to program a function called openWin(), that
opens the new window.
If you don't know how to do that, read the manual.
HTH