> -----Original Message-----
> From: Martin Towell [mailto:[EMAIL PROTECTED]]
> Sent: 18 February 2002 22:44
> To: 'JSheble'; [EMAIL PROTECTED]
> 
> window.document.frmName.elements["poly[]"].value  !!!

This should also work (well, it has for me in the past!):

    window.document.frmName["poly[]"].value

since in JavaScript the syntax a.b is, by definition, exactly equivalent to a["b"].

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

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

Reply via email to