<LINK> Moved, Forward...

Tony Sanders (sanders@bsdi.com)
Tue, 17 Aug 1993 19:10:36 -0500


What happened to the LINK REL values for document redirections
(REL = Moved, Forward, etc)?

I really need to be able to return a document that causes
the browser to immediatly retrieve a different document.

e.g., the return document might say:

<HEAD><LINK REL="Forward" HREF="..."></HEAD>
<BODY>You shouldn't see <A HREF="...">this</A></BODY>

I could have sworn they used to be mentioned in the spec somewhere

--sanders