Pop Down menüs und Iframe

  • Hallo
    würde gerne durch klicken eines menüpunktes im pop down menü div seiten im i frame öffnen wie mach ich das ?

    THX im vorraus

    gruß
    chris

    hier der html code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>top</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
    <style type="text/css" media="screen">
    @import url("./top.css");
    body,td,th {
    color: #FFFFFF;
    }
    body {
    background-color: #8D9798;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    </style>
    </head>
    <body>
    <div id="FWTableContainer1886852294">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>


    <map name="m_top" id="m_top">
    <area shape="rect" coords="419,183,527,204" href="javascript:;" target="Keine" title="Div Sachen :D" alt="Div Sachen :D" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0329230528_0', 'MMMenu0329230528_0',417,207,'top');" />
    <area shape="rect" coords="304,183,391,203" href="javascript:;" target="Keine" title="Wie funktioniert das ?" alt="Wie funktioniert das ?" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0329230248_1', 'MMMenu0329230248_1',302,207,'top');" />
    <area shape="rect" coords="212,183,278,204" href="javascript:;" target="Keine" title="Vieles über den L300" alt="Vieles über den L300" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0329230424_2', 'MMMenu0329230424_2',210,207,'top');" />
    <area shape="rect" coords="124,183,187,203" href="javascript:;" target="Keine" title="hier kommst du auf die Hauptseite zurück" alt="hier kommst du auf die Hauptseite zurück" />
    </map>
    <iframe src="main.htm" name="main" width="800" height="600" frameborder="0" scrolling="yes" align="center" ></iframe>
    </p>
    </td>
    </tr>
    </table>
    <div id="MMMenuContainer0329230528_0">
    <div id="MMMenu0329230528_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> G&auml;stebuch   Ich   Witziges   Links </div>
    </div>
    <div id="MMMenuContainer0329230248_1">
    <div id="MMMenu0329230248_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> DasL&ouml;ten   MusikimAuto   Drehen&amp;Fr&auml;sen   DivProduktberichte </div>
    </div>
    <div id="MMMenuContainer0329230424_2">
    <div id="MMMenu0329230424_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> AllgemeineInformationen   WoWieundWas   TeileundZubeh&ouml;r   MeinL300   Wartungsplan   Sonstiges   BilderL300 </div>
    </div>
    </div>
    </body>
    </html>

  • Das ist ja ein fürchterlicher Quelltext - steigst du da durch?
    Laß mich raten: Frontpage oder Dreamweaver?

    Zur Frage:
    Füge in den Head-Bereich den Tag

    Code
    <base target="main">

    ein, dann brauchst du nicht alle Links ändern.

    G.a.d.M.

    Ronald