Response.Redirect

D

DI

Copy the following into the head of your document.

<meta http-equiv="refresh" content="6; url=http://www.abc.com/">

the 6 is the time in seconds before the browser forwards the user

replace www.abc.com with the URL you want it to redirect to

Also good idea to add a manual link and text - this page has moved
 
K

Kevin Spencer

Of course it is possible. How do you want to redirect? In other words, what
action do you want to cause the redirect?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Top