<script language="JavaScript">
<!--
function pulldown(form) {
var mypull=form.dest.selectedIndex
location=form.dest.options[mypull].value;
}
// -->
</SCRIPT>
<form><SELECT size='1'>
<OPTION VALUE='index.php?action=show_tn&id=1'>Allouss, Sarah</option>
<OPTION VALUE='index.php?action=show_tn&id=7'>Azizova, Inessa</option>
<OPTION VALUE='index.php?action=show_tn&id=2'>Berkemeier, Rouven</option>
<OPTION VALUE='index.php?action=show_tn&id=9'>Biermann, Lukas</option>
<input type='button' value='TN wählen' onclick='pulldown(this.form)'>
</SELECT></form> |