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
You either have to refresh / reload the page after the first combo box, go for two pages or go for javascript. -- Andy McKay, Developer. ActiveState. ----- Original Message ----- From: "Oliver Bleutgen" <myzope@gmx.net> To: <zope@zope.org> Sent: Tuesday, December 05, 2000 10:51 AM Subject: Re: [Zope] HTML - ZOPE?
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
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (2)
-
Andy McKay -
Oliver Bleutgen