Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: META tags in perl scripts
- To: tlug@example.com
- Subject: Re: tlug: META tags in perl scripts
- From: Selva Nair <selva@example.com>
- Date: Wed, 7 Jun 2000 18:42:07 +0900 (JST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- In-Reply-To: <20000607091119.123924182@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug
On Wed, 7 Jun 2000 shimpei@example.com wrote: > > Do you see the difference? And why the "Refresh" CONTENT="0" tag messes up > your browser while "Expires" doesn't? And why the "Refresh" tag annoys the > hell out of people with metered ISDN lines who have to turn off the auto- > dialing feature of their ISDN modems because stupid web pages try to update > themselves every so often and run up the phone bill in the process? > That's not relevant in the present case as the Refresh tag was put into the cgi output and linked to file.html, not directly in file.html. So no repeated refreshes will happen. I don't see why the original meta tag with Refresh = "0; URL=htpp://wherever.com/file.html" does not work as expetcted (it works with netscape here). Of course file.html may still come from the cache --- "Expires = 0" in file.html will avoid exactly that. By the way not all browsers honour the refres tag. (I think lynx doesn't). Stephen Turnbull writes > Um, on second thought, what "refresh" directive? > It doesn't seem to exist in the standards. Do you have an URL? > Really, this seems to be a browser bug. It should treat "refresh" the > same way it treats "cookies" (and other probably radioactive sludge). The standard says on the METAtag: <http://www.htmlhelp.com/reference/html40/head/meta.html> There is no standard list of META properties, so authors may define whatever metadata they like. <snip> The HTTP-EQUIV attribute may be used in place of the NAME attribute to indicate that the property is an HTTP header. Some servers will send the HTTP header specified in the META element, and browsers often recognize the header even when it is not sent by the server. Examples: <snip> <META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.htmlhelp.com/"> tells the browser to load http://www.htmlhelp.com/ 10 seconds after the current document has finished loading. Not all browsers support this, so authors should provide an alternate means of moving to the new page where necessary. <snip> Selva ----------------------------------------------------------------------- Next Meeting (w/ YLUG): June 16 (Fri) 19:00 Mizonoguchi Marui Family 12F Next Technical Meeting: July 8 (Sat) 13:30 Topic: TBA ----------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: META tags in perl scripts
- From: "Stephen J. Turnbull" <turnbull@example.com>
- References:
- Re: tlug: META tags in perl scripts
- From: shimpei@example.com
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: META tags in perl scripts
- Next by Date: Re: tlug: Any use for a Remote Wake-Up system?
- Prev by thread: Re: tlug: META tags in perl scripts
- Next by thread: Re: tlug: META tags in perl scripts
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links