in reply to HTML Display
... my $JS<<END; function goThere () { document.location="$yourURL"; } function delay () { setInterval ( "goThere()", 6000 ); } END ... print start_html( ..., -script=>$JS, ... ); ...
| Plankton: 1% Evil, 99% Hot Gas. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML Display
by jdtoronto (Prior) on Sep 19, 2003 at 01:36 UTC |