Hallo!
Habe trotz langem Suchen keine Lösung für mein Problem gefunden, vielleicht finde ich sie ja hier?!
Das ist meine Datei:
<html>
<head>
<title>Auswahl - DFB-Pokale</title>
<script language="JavaScript">
<!--
function select_pokal(form) {
var index=form.pokal_dropdown.selectedIndex;
location=form.pokal_dropdown.options[index].value+".htm";
}
//-->
</script>
</head>
<BODY BGCOLOR="#B41E32" TEXT="#E6E6E6" lang=DE link="#B41E32" vlink="#B41E32" marginwidth="5" marginheight="5" topmargin="1" rightmargin="5" leftmargin="5">
<table align="center" border="0" cellpadding="8" cellspacing="0">
<tr>
<td align="center"><form>
<p><font size="2" face="MS Sans Serif">
<select name="pokal_dropdown" size="1" onchange="select_pokal(form)">
<option value=>Pokal hier wählen:</option>
<option value="p1974">Pokal 1973 / 1974</option>
<option value="p1975">Pokal 1974 / 1975</option>
<option value="p1981">Pokal 1980 / 1981</option>
<option value="p1988">Pokal 1987 / 1988</option>
</select></font></p>
</form>
</td>
</tr>
</table>
</center>
</form>
</body>
</html>
In dieses Frame sollen die 4 Auswahlmöglichkeiten geöffnet werden:
<frame src="dfb-pokal.htm" name="Pokale" scrolling="yes" noresize>
Ist das möglich??? Hat jemand eine Lösung??? Danke!!!
Gruß Thommy