Click to See Complete Forum and Search --> : Redirectioning to other web page from a CGI script


Daniel Zilcsak
July 15th, 1999, 08:41 AM
I have i CGI script that prints some information. I want the user to be redirected to other web page (index.shtml) after 2, 3 or more seconds.
How can I do that ?

shifrbv
July 15th, 1999, 01:02 PM
Add meta tag refresh with number of seconds, for example following code will make browser refresh window in 5 seconds

<html>
<head>
<title>title</title>
<meta http-equiv=REFRESH CONTENT="5; URL=default.asp">
</head>
<body bgcolor="#FFFFFF">body