On Wed, 17 Jan 2001, Mayers, Philip J wrote:
> <SELECT NAME="test:list">
>
> But how do you access it from JavaScript then? I'm doing this:
>       list = form.elements[j];

      list = form.elements["test:list"];

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to