toast
Gone !
Hello,
I'm willing to have a little popup menu, like the one bottom left of this forum page, to simplify navigation on my site.
Here's some code i've found about that matter. Can someone help me to complete it and to make the menu work ?
I'm willing to have a little popup menu, like the one bottom left of this forum page, to simplify navigation on my site.
Here's some code i've found about that matter. Can someone help me to complete it and to make the menu work ?
Code:
<form action="nieuws.asp" method="get">
<select name="fac" LANGUAGE="JavaScript" onChange="document.forms[0].submit();">
<option value="">SELECT AN ITEM</option>
<option value="My Music">Listen to my Music</option>
<option value="My Books">Read my Books</option>
</select>
<input type="hidden" name="id" value="niks">
</form>