[Zope] HTML - ZOPE?

Oliver Bleutgen Oliver Bleutgen <myzope@gmx.net>
Tue, 5 Dec 2000 19:51:04 +0100


> Hi,

> I'm not sure if this is a strictly zope question, but I hope some people
> can give me an idea on how to solve this problem.

> I'm creating a form which has amonng it's input tags 2 comboboxes.

> Now, the content of one combobox, depends on the selection of the first
> combobox.

> How can I handle this in Zope, Html?

> Is this even possible in html? I assume, yes if you refresh the page each
> time the user makes a selection in the first combobox, but how?

> Thanks, Tom.

The only way I see to do this with plain html is to just
make 2 forms, the second is served depending on the users
input on the first and has hidden input fields.

But if you decide to go with javascript, you might as well
do the whole logic in one page.
See for instance 
http://www.acenetglobal.com/JSMulti.asp
or just enter some of the right words into google, there 
are a lot of sites about that stuff.

cheers,
oliver