Ich habe zwei eingabe felder und einen suchen knopf . ich möchte eine bestimmte seite und einen bestimmten abschnitt in einem frame laden wie kann ich das verknüpfen habe absolut keine ahnung davon. so kann ich mit den beiden feldern 90seiten abrufen die immer anders sind.
<html>
<head>
<title>Suchen</title>
</head>
<body>
<br>
<center><table BORDER=0 COLS=1 WIDTH="100" ><tr><td ALIGN=CENTER>
<tr>
<td>Seite</td>
</tr>
<tr>
<td><form NAME="suche1">
<select NAME="GoMenu">
<option SELECTED VALUE>Bitte Auswählen<option VALUE="./suchen.html">
Seite 1<option VALUE="">
Seite 2<option VALUE="">
Seite 3<option VALUE="">
Seite 3<option VALUE="">
Seite 5<option VALUE="">
Seite 6<option VALUE="">
Seite 7<option VALUE="">
Seite 8<option VALUE="">
Seite 9<option VALUE="">
</select></td>
</tr>
<tr>
<td>Abschnitt</td>
</tr>
<tr>
<td><form NAME="suche2">
<select NAME="GoMenu">
<option SELECTED VALUE>Bitte Auswählen<option VALUE="./suchen.html">
Abschnitt 1<option VALUE="">
Abschnitt 2<option VALUE="">
Abschnitt 3<option VALUE="">
Abschnitt 3<option VALUE="">
Abschnitt 5<option VALUE="">
Abschnitt 6<option VALUE="">
Abschnitt 7<option VALUE="">
Abschnitt 8<option VALUE="">
Abschnitt 9<option VALUE="">
Abschnitt 10<option VALUE="">
</select></td></tr>
<tr>
<td></td>
</tr>
<tr>
<td><input TYPE="BUTTON" VALUE="suchen" ONCLICK="suche()" language="JavaScript">
</form>
<script language="JavaScript">function GMForma8f689Link()
{ var a = document.GMForma8f689.GoMenu.options[document.GMForma8f689.GoMenu.selectedIndex].value +"";
if(a != ''){ if(parent!=self){ var f = self; while(f!=window.top){ f = f.parent; }
if(a.indexOf("://")!=-1){ f.body.window.location.href = a;}else{ window.top.location.href = a;
} }else{ window.top.location.href = a; } document.GMForma8f689.GoMenu.selectedIndex=0;
} }</script>
</td>
</tr>
<tr>
<td></td>
</tr>
</table></center>
</body>
</html>
				
			<html>
<head>
<title>Suchen</title>
</head>
<body>
<br>
<center><table BORDER=0 COLS=1 WIDTH="100" ><tr><td ALIGN=CENTER>
<tr>
<td>Seite</td>
</tr>
<tr>
<td><form NAME="suche1">
<select NAME="GoMenu">
<option SELECTED VALUE>Bitte Auswählen<option VALUE="./suchen.html">
Seite 1<option VALUE="">
Seite 2<option VALUE="">
Seite 3<option VALUE="">
Seite 3<option VALUE="">
Seite 5<option VALUE="">
Seite 6<option VALUE="">
Seite 7<option VALUE="">
Seite 8<option VALUE="">
Seite 9<option VALUE="">
</select></td>
</tr>
<tr>
<td>Abschnitt</td>
</tr>
<tr>
<td><form NAME="suche2">
<select NAME="GoMenu">
<option SELECTED VALUE>Bitte Auswählen<option VALUE="./suchen.html">
Abschnitt 1<option VALUE="">
Abschnitt 2<option VALUE="">
Abschnitt 3<option VALUE="">
Abschnitt 3<option VALUE="">
Abschnitt 5<option VALUE="">
Abschnitt 6<option VALUE="">
Abschnitt 7<option VALUE="">
Abschnitt 8<option VALUE="">
Abschnitt 9<option VALUE="">
Abschnitt 10<option VALUE="">
</select></td></tr>
<tr>
<td></td>
</tr>
<tr>
<td><input TYPE="BUTTON" VALUE="suchen" ONCLICK="suche()" language="JavaScript">
</form>
<script language="JavaScript">function GMForma8f689Link()
{ var a = document.GMForma8f689.GoMenu.options[document.GMForma8f689.GoMenu.selectedIndex].value +"";
if(a != ''){ if(parent!=self){ var f = self; while(f!=window.top){ f = f.parent; }
if(a.indexOf("://")!=-1){ f.body.window.location.href = a;}else{ window.top.location.href = a;
} }else{ window.top.location.href = a; } document.GMForma8f689.GoMenu.selectedIndex=0;
} }</script>
</td>
</tr>
<tr>
<td></td>
</tr>
</table></center>
</body>
</html>