kari
08-06-2003, 03:58 PM
When I add elements to a list <select > dynamically thru javascript, Explorer automatically adjusts the width of the object. Where as in Netscape it doesn't. It just puts in whether or not the value fits in.
List1.options[i]= new Option (pname2, pvalue);
If the list is empty, its really can't see the dynamically added elements.
Is there any way to do it in netscape.
Please help
List1.options[i]= new Option (pname2, pvalue);
If the list is empty, its really can't see the dynamically added elements.
Is there any way to do it in netscape.
Please help