Re: [KCFusion] more dynamic dropdowns

2001-05-23 Thread Bryan LaPlante
No Netscape 4 is on JS1.1, I don't know what NS6 is using. - Original Message - From: "Ryan Hartwich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 4:50 PM Subject: RE: [KCFusion] more dynamic dropdowns > Bryan, > > A

RE: [KCFusion] more dynamic dropdowns

2001-05-23 Thread Ryan Hartwich
PROTECTED] Subject: Re: [KCFusion] more dynamic dropdowns NS 7 is back on Js 1.1 it sees the value of a select box as document.formname.selectname.options[document.formname.selectname.selectedIn dex].value Annoying I know. Bryan

Re: [KCFusion] more dynamic dropdowns

2001-05-23 Thread Bryan LaPlante
TECTED]> Sent: Wednesday, May 23, 2001 3:31 PM Subject: [KCFusion] more dynamic dropdowns > > Can anyone tell me why the following code works in IE > 5.0, 5.5 and Netscape 6, but not Netscape 4.7? > > I've put an alert to pop up the category. In Netscape > 4.7 it comes

[KCFusion] more dynamic dropdowns

2001-05-23 Thread Chris
Can anyone tell me why the following code works in IE 5.0, 5.5 and Netscape 6, but not Netscape 4.7? I've put an alert to pop up the category. In Netscape 4.7 it comes in as null. Is there another way to refer to this in the function? Thanks in advance, Chris Options