Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirect after ? seconds

Status
Not open for further replies.

sparky68

Programmer
Feb 27, 2002
11
0
0
US
is there a way to have a redirect automaticly after so many seconds?
 
This a redirect from a "sent" page not a Response.Redirect
Put seconds in place of "0" in content="0;
<html>
<head>
<meta http-equiv=&quot;Content-Language&quot; content=&quot;en-us&quot;>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;>
<title>VBCompare</title>
<META http-equiv=&quot;Refresh&quot;
content=&quot;0;URL=http://www.VBCompare.com/&quot;>
</head>
<body>
</body>
</html> Generate Forms/Controls Resizing/Tabbing Class
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top