|
-
July 15th, 1999, 08:41 AM
#1
Redirectioning to other web page from a CGI script
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 ?
-
July 15th, 1999, 01:02 PM
#2
Re: Redirectioning to other web page from a CGI script
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|