HTML interesse |
|
Hallo,
Ik wil een meerkeuze menu op een website laten werken, doch er gbeurt niets. Ik denk dat het iets te maken heeft met het getElement of de URL die ik niet goed weet waar te plaatsen ?
Hier de code
<form action="" method="get" style="size:auto; margin:0px; padding:0px " id="f1">
<table width="174" border="0" cellspacing="0" cellpadding="0" style="margin:10 0 0 70px; ">
<tr>
<td valign="top"><select style="width:140px; height:21px" ><option selected>- Snelle links -</option>
<option>link 1</option>
<option>Link 2</option>
<option>Link 3</option></select></td>
<td valign="top"><a href="#" onClick="document.getElementById('f1').submit()"><img src="images/all_but.gif" alt="" border="0px" style="margin-left:5px "></a></td>
</tr>
</table>
</form>
<form action="" method="get" style="size:auto; margin:0px; padding:0px " id="f1"> <table width="174" border="0" cellspacing="0" cellpadding="0" style="margin:10 0 0 70px; "> <tr> <td valign="top"><select style="width:140px; height:21px" ><option selected>- Snelle links -</option> <option>link 1</option> <option>Link 2</option> <option>Link 3</option></select></td> <td valign="top"><a href="#" onClick="document.getElementById('f1').submit()"><img src="images/all_but.gif" alt="" border="0px" style="margin-left:5px "></a></td> </tr> </table> </form>
Alvast bedankt voor de hulp
|