Hi,
I am having serious problem with <SELECT> in my JavaScript.
optn = new Option("Inserting new Option..."
;
parent.upFrm.document.form.selc.options[0]=optn;
The above two lines are suppose to insert a new option in a drop down list named selc within form named 'form'. This works perfect with IE6.0 but gives all kind of errors with IE5.0!!! I need this to work somehow on IE5.0 by tomorrow. PLEASE SOME ONE HELP!!! SOS SOS...
Thanks a million for a solution (in advance)
Jayanta. :-(
I am having serious problem with <SELECT> in my JavaScript.
optn = new Option("Inserting new Option..."
parent.upFrm.document.form.selc.options[0]=optn;
The above two lines are suppose to insert a new option in a drop down list named selc within form named 'form'. This works perfect with IE6.0 but gives all kind of errors with IE5.0!!! I need this to work somehow on IE5.0 by tomorrow. PLEASE SOME ONE HELP!!! SOS SOS...
Thanks a million for a solution (in advance)
Jayanta. :-(
