[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] URL Redirection
- Subject: RE: [cobalt-users] URL Redirection
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Wed Aug 14 10:53:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Andy Jacobs [mailto:andy@xxxxxxxxxxxxxx]
Sent: Wednesday, August 14, 2002 12:42 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-users] URL Redirection
> Does anyone know why a <META http_equiv="refresh" content="0.URL"> causes
> a loop on a Raq? On other boxes I've used this method to "redirect" from
> one page to a different page. Note; the META TAG goes in the HEAD of an
> HTML document.
I'm assuming what you have above isn't a typo but it looks wrong:
<meta http-equiv="refresh"
content="0;URL=http://www.blahblahblah.com/index2.htm">
would do the trick though.
-------------------
My message was attempting to show the general form of the meta tag.
Have you verified that this works?