Moderator |
|
Bekijk de source van het navigatiemenu bovenaan het forum.
Of doe het volgende (of iets gelijkends):
<form action="whatever.htm" method="post">
<select onChange="window.location=this.value">
<option value="?pagina=aap">ga naar aap</option>
<option value="?pagina=banaan">ga naar banaan</option>
</select>
</form>
<form action="whatever.htm" method="post"> <select onChange="window.location=this.value"> <option value="?pagina=aap">ga naar aap</option> <option value="?pagina=banaan">ga naar banaan</option> </select> </form>
|