23 Feb
2005
23 Feb
'05
3:40 p.m.
----- Original Message ----- From: "cla" <clark2@net.sapo.pt>
Hi would like to know how to put multiple dynamic drop down boxes in zope using dtml or python scripts(if possible)
scheme:
box1:----> box2 --> box3 --> ... call database and fill call database and fill
You need a comination of dtml and javascript to do this. The drop-down/across menu structure is built/controlled by the js code while the menu content is provided by dtml. I would suggest that you start by googling for js menu scripts, get static menus working 1st, then add in the dtml to provide menu content. The dtml is relatively simple. The js not quite so simple (js complexity will also depend on which browsers/versions you want to support). hth Jonathan