META HTTP_EQUIV

 How is it possible to use the META HTTP_EQUIV tag to perform a forward
 equivalent to this http message :
 
 	HTTP/1.0 302 Found
 	Server: CERN/3.0A
 	Date: Tue, 15 Oct 1996 09:15:20 GMT
 	Location: http://www.w3.org/pub/WWW/
 	Content-Type: text/html
 	Content-Length: 342
 
 	<HEAD>
 	<TITLE>Redirection</TITLE>
 	</HEAD>
 	......
 	</HTML>
 
 Instead, i would like to write something like :
 
 	<HTML>
 	<HEAD>
 	<TITLE>Temporaire </TITLE>
 	<META HTTP-EQUIV="Location" CONTENT="http://...">
 	</HEAD>
 	</BODY>
 
 Thanks for help.
 
 Gwen.
 
 
 --------------------------------------------
 
  Gwenael Durand
  __
 /\_\ Labo. MASI - Univ. P. et M. Curie - P6
 \/_/ Gwenael.Durand@masi.ibp.fr
 
 --------------------------------------------
> 
> 

Received on Tuesday, 15 October 1996 06:11:07 UTC