Forum Moderators: open
<script>
a=document.f.apple[].value
</script>
///////////////////////////
this generates a javascript error in IE
because of apple[]
so how do I get around the error?
(must use "apple[]" for server cgi script)
thanks in advance..:)
Needless to say, it was probably a bad idea for the brackets to be used in the name in the first place. But, there you are.