Thanks, simply changing to the below worked :-)
myfrm.mydrop.op tions[1] = new Option("Porsche ");
User Profile
Collapse
-
HTML updating dropdown menu, not working for IE8
Hi
My code used to work in IE6, but no longer in IE8.
When the radio button is selected it should replaced Saab with Porsche.
Instead I get "Object doesn't support this propert or method" error.
I think I have narrowed the problem to this bit...
...Code:</html> <script> function reportOptions (repnum) { myfrm.mydrop.options[1] = Option("Porsche"); }Last edited by Niheel; Sep 27 '10, 02:25 AM.
No activity results to display
Show More
Leave a comment: