URL Redirect
Home Up

 

[../../_private/disc1_ahdr.htm]

URL Redirect

From: Wes
Date: 2/1/98
Time: 3:06:13 PM
Remote Name: 192.168.0.2

Comments

Place the following codes in the <head> section to automatically redirect the user to another URL:

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

The zero in the above example is the number of seconds to pause before the redirect occurs. In this case since the number of seconds is zero, the redirect to www.somedomain.com occurs immediately. 

[../../_private/disc1_aftr.htm]