Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Internet Explorer Is Not Automatically Redirected


View products that this article applies to.

This article was previously published under Q174662

↑ Back to the top


Symptoms

When you load a Web page that contains the <meta http-equiv="refresh"...> Hypertext Markup Language (HTML) tag, Internet Explorer may not be automatically redirected to another Web page.

↑ Back to the top


Cause

This behavior can occur for any of the following reasons:

  • The syntax of the <meta http-equiv="refresh"...> HTML tag is incorrect.
  • The author of the page did not place the <meta http-equiv="refresh"...> tag in the <head> section of the HTML source code.

↑ Back to the top


Resolution

To resolve this issue, contact the administrator of the Web site and request that the Web page be updated using the appropriate method:

The <meta> Tag Is Not Located in the <head> Section

Modify the HTML source code to place the <meta> tag in the <head> section of the Web page. Note that this may require adding the <head> and </head> tags to the Web page.

The Syntax of the <meta> Tag Is Incorrect

Modify the HTML source code to correct the syntax of the <meta> tag. For example, a <meta> tag might look like this
<meta http-equiv="refresh" content="[n];url=http://www.domain.com/pagename.htm">
				
where [n] is the number of seconds the browser program pauses before loading the new Web page.

↑ Back to the top


More information

For information about the HTML 3.2 Specification Reference, view the following Web site: For more information about authoring Web pages for Internet Explorer , view the following Microsoft Web site:

↑ Back to the top


Keywords: kbprogramming, KB174662

↑ Back to the top

Article Info
Article ID : 174662
Revision : 5
Created on : 8/15/2007
Published on : 8/15/2007
Exists online : False
Views : 356