Simple Menu Box


Put this between your BODY-tags:
<form action="*">
<select name="list">
<option selected value="http://www.winfolinx.com">Winfolinx.com
<option value="http://www.winfolinx.com/tips/howto/howindx.htm">Scripts Collections
<option value="http://www.winfolinx.com/tips/howto/spill/gameindx.htm">Play games
<option value="http://www.winfolinx.com/free/free.htm">Free Stuff
</select>
<input type=button value="Go!" onclick="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
</form>

Free JavaScripts provided
by Winfolinx.com



Back