Redirect And Form Data

Home Building Books books at datastar.net
Fri Dec 11 13:47:05 EST 1998


>But how if I want two things to happen:
>1. First display a message that the site has moved
>2. Then automatically take the visitor to the new place.

To do that, put the following code between the <HEAD> </HEAD>
tags:
<META Http-equiv="refresh" Content="3;
Url=http://www.yourdomain.com/webpagefilename#redirect">

This snippet of code taken from:
http://www.webmastersites.com/startpage.htm there is some more
information there concerning when/why/how to
use this type of redirect.




More information about the Web4lib mailing list