DD: Seiten mittels Dropdown Menü im externen Frame öffnen

Beitrag lesen

Danke dir für die Hilfe.
Habs mal probiert mit der HTML-Sache nur leider wird es noch immer im oberen Frame geöffnet. Hier mal der Quelltext incl. deinem Vorschlag mit <base target="haupt">

<html>
<head>
<Title>-</Title>
<body bgcolor="#00CCFF" text="#FFFFFF" link="#0099FF" vlink="#CCCCCC" alink="#FFFF99">
<base target="haupt">
</head>
<body>
<center>
<table border><table width=100%>
<tr>
<th width=200>
<th valign=bottom>
<th align=right width=200 valign=bottom>
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="http://">Bereich auswählen</option>
<option value="http://news.htm">News</option>
<option value="http://222">222</option>
<option value="http://333">333</option>
<option value="http://444">444</option>
<option value="http://555">555</option>
<option value="http://666">666</option>
<option value="http://777">777</option>
<option value="http://888">888</option>
<option value="http://999">999</option>
</select>
</form>
</tr>
</table>
<br>
</body>
</html>

Wegen den Suchmaschinen. Ist nur für eine Intranet-Seite also nicht Suchmaschinenfeindlich ;-)

gruss

DD