[HTML] link problem in menü

  • irgendwie ist mir ein unklar warum die links in dem menü nicht funktionieren ...


    ______________________________________________________
    [EDIT]
    habs hinbekommen ... :gpaul: :D


    [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>&nbsp;</p>
    <p>&nbsp;</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>&nbsp;</p>
    <p>
    <select name="menu1" size="3" class="aufbau" onChange="MM_jumpMenu('self',this,0)">
    <option value="#" selected>------------- Bitte unten ausw&auml;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">&nbsp;</p>
    </td>
    </tr>
    </table>
    </body>
    </html>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!