irgendwie ist mir ein unklar warum die links in dem menü nicht funktionieren ...
______________________________________________________
[EDIT]
habs hinbekommen ... :gpaul: ![]()
[code]
<html>
<head>
<title>hallo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="hallo.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body link="#000000" vlink="#000000" alink="#FF0000">
<p> </p>
<p> </p>
<table width="75%" height="229" border="0" align="center" class="ramen">
<tr>
<td height="189" bgcolor="#6c6c6c"> <form name="form1" action="refresh">
<div align="center">
<p> </p>
<p>
<select name="menu1" size="3" class="aufbau" onChange="MM_jumpMenu('self',this,0)">
<option value="#" selected>------------- Bitte unten auswählen
-------------</option>
<option value="abc/page_01.htm">Menütext01</option>
<option value="cba/page_01.htm">Menütext02</option>
</select>
</p>
</div>
</form>
<p align="center"> </p>
</td>
</tr>
</table>
</body>
</html>