<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
</head>
<body>
<form name="form1" method="post" action="">
<select name="select" size="1" OnChange="top.location.href=this.options[this.options.selectedIndex].value">
<option value="auswahl">[ Auswahl ]</option>
<option value="test1">[ test1 ]</option>
<option value="test2">[ test2 ]</option>
<option value="test3">[ test3 ]</option>
<option value="test4">[ test4 ]</option>
<option value="test5">[ test5 ]</option>
<option value="test6">[ test6 ]</option>
</select>
</form>
</body>
</html>
1