[Zope] <SELECT> in dtml

Oliver Frommel oliver@aec.at
Fri, 30 Mar 2001 11:37:39 +0200 (CEST)


> 
> I got a lot of replys to my problem but they all just said: Solve it by
> a JavaScript.
> Well ... okay.
> Anyone who has any examples ?
> Because JavaScript is a big world.
>

you have to take a look at the DOM (document object model) which tells
you where you can find the form and its values in the document tree.
take a look at http://www.webreference.com/dhtml/
or http://javascript.internet.com/forms/ and http://www.w3.org

this seems close to what you want to do anyway .. 
http://javascript.internet.com/forms/auto-drop-down.html

oliver