Ryan, you should be able to refer to the listbox in javascript as document.formName.elements['listBoxName[]']. Hope this helps... Dusty Ryan Jameson 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. <snip> -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php