Internet Explorer Improperly Refreshes HTML Page (200131)



The information in this article applies to:

  • Microsoft Internet Explorer 4.01 for Windows NT 4.0 SP 1
  • Microsoft Internet Explorer 4.01 for Windows 95 SP 1

This article was previously published under Q200131

SYMPTOMS

If you are using Microsoft Internet Explorer 4.01 SP1, you may notice drop-down boxes are not refreshed properly on an HTML page containing enabled and disabled drop-down boxes. For example, you could access a page that has three drop-down boxes where the first drop-down box is enabled and the second and third drop-down boxes are disabled. Click on the enabled drop-down box so the drop-down boxes below it are covered by this drop-down. Then release the top dropdown box, and you can see that the disabled drop-downs are not refreshed.

RESOLUTION

You can workaround this problem by adding an HTML page containing the drop-down boxes that will resolve this problem. Wrap the populate calls done in the event handlers inside a setTimeout call. For example, "functioncall();" would become "setTimeout("functioncall();", 0);".

STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Explorer 4.01 Service Pack 1.

MORE INFORMATION

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:

Modification Type:MajorLast Reviewed:5/11/2006
Keywords:kbDHTML kbprb KB200131