PDA

View Full Version : Handling SELECT in Netscape


nadeemmehta
08-16-2002, 04:59 PM
:confused:
Please pardon me if my question sounds stupid.
Is the way to handle a SELECT tag different in Netscape than in IE ?
The reason I am asking this is because I am creating an OPTION list on the fly and when I see its selected value in Netscape, I see null whereas in IE I can see whatever the value was selected.
Thanks for your help

Dr. Web
08-16-2002, 06:47 PM
I think we need to see your code on this to effectively help out. My guess is that your dynamically generating items that you aren't aware of.

scoutt
08-17-2002, 12:17 AM
there should be no different than IE or NS as far as select statements go.

Like Doc said, we need to see some code.