Ryan,
you've had a couple of solutions that will work. The macromedia
function, and the direct reference to the element -
document.formName.elements['listBoxName[]']. For me the direct
reference to the element is the most simple, and you can access the
properties in the normal way e.g.
document.formName.elements['listBoxName[]'].value
Is there somethime more that you need??
hth... Dusty
[EMAIL PROTECTED] wrote:
> That's not the problem. The problem is referring to the listbox via
> javascript. It doesn't like the format: formName.listBoxName[].value it
> has no problem with formName.listBoxName.value but then PHP doesn't seem
> to handle it correctly.
>
> <>< Ryan
<snip>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php