Here is the code you need to redirect a user from one page to another using html.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>HTML Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.domain.com/page.asp"></head>
<body>
HTML Text
</body>
</html>
Here content="0; is the time in seconds the browser will wait and then redirects the user to the next page.
Last edited by msaqib; Oct 18th, 2008 at 12:19 am.
Reputation Points: 9
Solved Threads: 1
Junior Poster in Training
Offline 91 posts
since Sep 2004