
ee91gg
Deleted
Apr 21, 2000, 10:30 AM
Post #1 of 8
(508 views)
|
|
Hi - delaying page redirection?
|
Can't Post
|
|
Hi again, another query, i'm currently designing a sophisticated Chat Board. I want my script to serve some tailored html, wait a few seconds, then move back to the main page automatically. <meta... refresh url...> doesn't work of course. Getting the script to print Location: $url doesn't either because the script has already served html. I've tried putting; sleep 5; print "Location: $url"; in a separate script and executing that from by origional script, but that doesn't work either. Is there any way it can be done? Is perl magical enough?
|