> -----Original Message-----
> From: Ernest E Vogelsinger [mailto:ernest@;vogelsinger.at]
> Sent: 13 November 2002 07:34
> To: David Rice
> 
> I've made quite a number of JavaScripts controlled PHP 
> dialogs containing
> the [], they all work like a charm. There's only one thing 
> you cannot do AFAIK:
>    myform.myvar[].value = 0;

     myform['myvar[]'].value = 0;

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