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.

The travel log is not updated when you post a form that is in a frame in Internet Explorer 9


View products that this article applies to.

Symptoms

Assume that you have a webpage that is inside a frame. In the webpage, you use a hyperlink to submit a form. For example, you use code that resembles the following to submit the form:
<P><a href="#" onclick="NextPage();" >Go to next page Using Form Submit</a></P>
 
<script language="javascript">
function NextPage(){
       thisForm.action = "Page2.asp?";
       thisForm.submit();
}
</script>
When you use Windows Internet Explorer 9 to�navigate the frame through a form post as shown in this code, the travel log is not updated. For example, if you click the Back button in Internet Explorer 9, you will not return to the previous page as expected.

↑ Back to the top


Resolution

To resolve this problem, install this update.

Security update information

To resolve this issue, install the most recent cumulative security update for Internet Explorer. To do this, visit the following Microsoft website:For more technical information about the most recent cumulative security update for Internet Explorer, visit the following Microsoft website:Note This update was first included in security update 2699988.

For more information about the security update, click the following article number to view the article in the Microsoft Knowledge Base:
2699988 MS12-037: Cumulative security update for Internet Explorer: June 12, 2012

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

For more information about the HRef attribute, visit the following Microsoft Developer Network (MSDN) website:For more information about the travel log, visit the following MSDN website:For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates

↑ Back to the top


Keywords: KB2715815, kbsurveynew, kbexpertiseinter, kbbug, kbfix, kbqfe

↑ Back to the top

Article Info
Article ID : 2715815
Revision : 2
Created on : 6/13/2012
Published on : 6/13/2012
Exists online : False
Views : 350