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/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.