Tags:
create new tag
, view all tags

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 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

TWiki version: TWikiRelease02Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Forms

-- JoshMHurd - 12 Aug 2005

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Check out SearchPatternCookbook#Pattern_5_Search_and_display_the

This might help.

-- SueLocke - 13 Aug 2005

and WebsListedInDropDownListBox would bring help to you.

-- BenoitFauvel - 13 Aug 2005

 
Topic revision: r4 - 2005-08-13 - BenoitFauvel
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.