Hi,
I have to use a multiple select form element name with [] after it to send to PHP.
I have a problem when referencing the element ie. client[]
e.g. document.formname.client[]
in jscript (IE) gives me an error.
but it passes through just fine in Netscape's javascript.
Has anybody come across this problem before and is there a workaround.
Thanks