ID: Q174662
The information in this article applies to:
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.
This behavior can occur for any of the following reasons:
To resolve this issue, contact the administrator of the Web site and request that the Web page be updated using the appropriate method:
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.
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">
For information about the HTML 3.2 Specification Reference, view the following Web site:
   http://www.w3.org/TR/REC-html32.html
   http://www.microsoft.com/community/sdk/inetsdk/help/outline.htm
Keywords          : kbprg msiew95 msient msiew98 
Platform          : WINDOWSLast Reviewed: March 23, 1999