PRB: Problem Adding New Option to Select Box in Another Frame in Internet Explorer 5 (237831)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5
This article was previously published under Q237831 SYMPTOMS
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
It causes the following VBScript error:
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.
REFERENCESFor more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbDHTML kbFAQ kbprb KB237831 |
---|
|