Article ID: 237831 - Last Review: May 11, 2006 - Revision: 2.0 PRB: Problem Adding New Option to Select Box in Another Frame in Internet Explorer 5This article was previously published under Q237831 On This PageSYMPTOMS
In Internet Explore 4.0 it is possible to create a new option in one frame and add it to a select box in another frame. This functionality is not supported in Internet Explorer 5. Using this functionality causes the following Java script error:
Object does not support this property or method
Error: Not implemented
CAUSE
This was not an intended functionality, which caused some instability. It was removed from Internet Explorer 5.
RESOLUTION
There are two ways to work around this. The first way is call Internet Explorer 5's new createElement method on the target frame. The second method is to create a subroutine in the target frame to create the option and then return a reference to it.
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce BehaviorThe following reproduces the problem and illustrates two workarounds. Note that workaround 1 is Internet Explorer 5 specific.
REFERENCESFor more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites: http://msdn.microsoft.com/ie/
(http://msdn.microsoft.com/ie/)
http://support.microsoft.com/iep (http://support.microsoft.com/iep) | Article Translations
|

Back to the top
