Angelo Zanetti wrote:
its the only form on the page...

Based on the other responses I will have to use chkmodels[] and need to
get the javascript working. Is it not possible to use the forms name
when referencing the array?

You should be able to use:

document.formName
document.forms[0]
document.forms['formName']


thank again. Angelo


Marek Kilimajer <[EMAIL PROTECTED]> 10/5/2004 1:52:02 PM >>>

Angelo Zanetti wrote:

Here is the OT part. how do I reference the checkboxes in javascript

if

the chkmodels[] is used?

I have tried many things like:

myCheckboxArray = document.forms[0].elements["chkmodels[]"];


The above should work. Is it really the first form on the page?

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to