Hi!
I wrote a validation script, which worked fine in IE, then tried it in Netscape & it all fell apart... I think I've narrowed it down to the fact that I was passing this.value to my validation function. In IE that was fine, but in Netscape it seems to pass null. I tried the following, putting alert instead of my function, & in IE I get e.g. "2000" popping up in an alert, but in Netscape I get Null. Am I missing something really basic here?
Thanks!
<SELECT NAME="order_no" onChange="alert(this.value)">
<OPTION value="2000">2000</OPTION>
<OPTION value="2001">2001</OPTION>
<OPTION value="2002">2002</OPTION>
</SELECT> [sig][/sig]
I wrote a validation script, which worked fine in IE, then tried it in Netscape & it all fell apart... I think I've narrowed it down to the fact that I was passing this.value to my validation function. In IE that was fine, but in Netscape it seems to pass null. I tried the following, putting alert instead of my function, & in IE I get e.g. "2000" popping up in an alert, but in Netscape I get Null. Am I missing something really basic here?
Thanks!
<SELECT NAME="order_no" onChange="alert(this.value)">
<OPTION value="2000">2000</OPTION>
<OPTION value="2001">2001</OPTION>
<OPTION value="2002">2002</OPTION>
</SELECT> [sig][/sig]