Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
 Discussion Forums
 HTML, XML, JavaScript...
 Software Reviews
 Editors,Others...
 Top100
 JavaScript Tutorials, ...
 Tutorials
 ASP, CSS, Databases...
 Discussion List
 FAQ, Roundup, Configure ...
 Authoring
 HTML, JavaScript, CSS...
 Design
 Layout, Navigation,...
 Graphics
 Tools, Colors, Images...
 Software
 Browsers, Editors, XML...
 Internet
 Domains, E-Commerce, ...
 WDVL Resources
  Intermdiate, Tutorials,...
 WDVL
 Discussion Lists, Top 100,...
 Technology Jobs


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Top 10 Articles
  1. Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
  2. JavaScript Tutorial for Programmers
  3. Design
  4. JavaScript Tutorial for Programmers - Objects
  5. JavaScript Tutorial for Programmers - JavaScript Grammar
  6. JavaScript Tutorial for Programmers - Versions of JavaScript
  7. Cascading Style Sheets
  8. JavaScript Tutorial for Programmers - Embedding JavaScript
  9. JavaScript Tutorial for Programmers - Functions
  10. Authoring JavaScript
Domain Name Lookup
Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)

HTML's META-tag: HTTP-EQUIV

HTTP servers can read the contents of the document head to generate response headers corresponding to any elements defining a value for the attribute HTTP-EQUIV. This provides document authors with a mechanism for identifying information that should be included in the response headers of an HTTP request.

  • HTTP-EQUIV This attribute binds the element to an HTTP response header. HTTP header names are not case sensitive. If absent, the NAME attribute should be used to identify this meta-information and it should not be used within an HTPP response header.
  • Content: Used to supply a value for a named property.
The HTTP-EQUIV attribute can be used in place of the NAME attribute and has a special significance when documents are retrieved via the Hypertext Transfer Protocol (HTTP). META tags with an HTTP-EQUIV attribute are bound to HTTP headers. Typically, they control the action of browsers, and may be used to refine the information provided by the actual headers. HTTP headers are defined in RFC1945 (HTTP/1.0) and RFC2068 (HTTP/1.1). HTTP servers may use the property name specified by the HTTP-EQUIV attribute to create an RFC 822 style header in the HTTP response. This can't be used to set certain HTTP headers though, see the HTTP specification for details.
<META	HTTP-EQUIV	= "Expires"
	CONTENT	=
	"Tue, 20 Aug 1996 14:25:27 GMT">

will result in the HTTP header:

    Expires: Tue, 20 Aug 1996 14:25:27 GMT

This can be used by caches to determine when to fetch a fresh copy of the associated document.

<META	HTTP-EQUIV	= "Keywords"
	CONTENT	= "Fred, Barney">
<META	HTTP-EQUIV	= "Reply-to"
	CONTENT	= "Stars@WDVL.com">

Keywords: Fred, Barney
Reply-to: Stars@WDVL.com
Do not use the META element to define information that should be associated with an existing HTML element. Example of an inappropriate use of the META element:

<meta	Name	= "Title"
	Content	= "The Physics of Apples">
Do not name an HTTP-EQUIV equal to a response header that should normally only be generated by the HTTP server. Example names that are inappropriate include "Server", "Date", and "Last-modified".

Meta Refresh

Sometimes you may want to 'redirect' a request for one URL, to another. For example, the original URL has become obsolete and you'd like to direct the user to another URL. There's a variety of methods to do this, depending on the situation. One is:-
<META	HTTP-EQUIV	= "Refresh"
	Content		=  "90;
	URL	=
	http://Stars.com/Authoring/HTML/Head/"
	>
Not all browsers support this; Netscape and Microsoft do. Be sure to place a link in the old document to the new one. Some browsers will not do the redirect if they are busy when the specified time arrives, e.g. loading images, so the delay time needs to be set high enough to allow that the page has had enough time to load completely. This may require some experimentation, preferably over a 28.8 Kbaud modem or slower. Another simple use of client pull is to cause a document to be automatically reloaded on a regular basis.
<META	HTTP-EQUIV	= "Refresh"
	CONTENT	= 1>
<title>Document ONE</title>

<h1>This is Document ONE!</h1>

Here's some text.

Interpage Transitions

I'm often asked: how do you achieve that transition effect when I enter or leave The WDVL home page with Microsoft Internet Explorer 4 ? It's done with META tags:
<META   HTTP-EQUIV="Page-Enter"
	CONTENT = "RevealTrans
		(Duration=4, Transition=23)">
<META   HTTP-EQUIV="Page-Exit"
	CONTENT = "RevealTrans
		(Duration=4, Transition=23)">

Further Resources



Up to => Home / Authoring / HTML / Head / Meta




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers