Question
I would like to construct a jump menu/drop down list that contains a list of all the public webs on my TWiki from Blog
Codev
Main
Plugins
Sandbox
Support
TWiki
TWiki01
TWiki02
TWiki03
TWiki04
TWiki04x01
TWiki04x02
TWiki04x03
TWiki05x00
TWiki05x01
TWiki06x00
TWiki06x01
WikiWed
I would then put that up in the left corner so all my users have easy access to all the webs without taking up much screen space.
Here is how I am creating the menu but my form action doesn't seem to be right:
<form name="jumper" id="jumper" action="/bin/view/%WEB%">
<select id="go" name="topic" onChange="document.jumper.submit();">
%WEBLIST{"<option $marker value=$qname.WebHome>$name</option>" selection="%WEB%" separator=" "}%
</select>
</form>
what should my form action be? and what should the name of my select form item be?
or is there an easier way to do this?
Thanks all!
Josh
Environment
--
JoshMHurd - 12 Aug 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Check out
SearchPatternCookbook
This might help.
--
SueLocke - 13 Aug 2005
and
WebsListedInDropDownListBox would bring help to you.
--
BenoitFauvel - 13 Aug 2005