I have realised that I can't access a select boxes' text values (using boxname.options[x].text) from within a Javascript function. The only place I can is just surrounding some JS code with the script tags int the body. Even if I put in in a function in the body it can't see it. It says:
'document.form1.boxname' is not an object
What am I doing wrong????
'document.form1.boxname' is not an object
What am I doing wrong????