This page is no longer updated

We've left it here for reference. Find Out More.

PlanetHITOP

Pulldown Menus.

The Form Page.

Once you've got your intermediate page created, you'll need to save it somewhere. We'll assume its in utilities/gotourl.live but you can put it wherever you want.

Once thats done, you just need your form code on the page where you want your pulldown menu.

Here's an basic piece of code:

<form action="${relpath}utilities/gotourl.live" method="post">
<select name="link">
<option value="basics/index.live">Hitop Basics</option>
<option value="hitoplive/plugins/notify/index.live">Notify Plugin</option>
<option value="admin/links.live">Links</option>
</select>
<input type="Submit" value="Go">
</form>

Note that we haven't added the relpath variable - this is done on the intermediate page. Just add the full location of the file in the same way as you would if you were using <@nav>.

Note that this will only work for links within your site. If you want to change server, then you'll have to do a bit more work! But it is easy, so give it a go for yourself!

And finally, if you want to see it in action, here's one we made earlier:


<back | top^

Planet Bods NetworkSites in the network