Navigation mittels Buttons in Frames
Horst Henkler
Hallo ,
ich habe eine Frameseite bestehend aus 4 Frames. Im ersten Frame ist eine die Uebeschrift , im naechsten Frame soll Formularbuttons das dritte Frame steuern. bisher habe ich immer nur das Frame steuern koennen , in dem die Formularbuttons liegen.
Ich bin dabei nach dem hier im Forum gefundenen Muster vorgegangen.
<form><input type=button value="Text" onClick="window.location.href='datei.htm'"></form>
Wie kann ich andere Frames damit steuern ?
Fuer Tips bin ich sehr dankbar
viele Gruesse
Horst Henkler
Hallo Horst,
<form>
<input type=button value="Text" onClick="window.location.href='datei.htm'">
</form>
Ziel angeben!
parent.location.frames['name'].href = "datei.htm"
oder parent.location.frames['indexnummer'].href = "datei.htm"
Steht, wen wunderts, in SELFHTML: <../../tecba.htm#a1>
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">
Hallo Alexander,
danke fuer deine schnelle Antwort.
ich habe nun folgendes probiert:
<form name="form1" >
<input type="button" text="Button" onClick="parent.location.frames['mainframe'].href = "hauptseite2.html">
</form>
ich bekomme jedoch nur ein Systax Error ??? habe ich etwas typografisches falsch gemacht ?
Viele Gruesse
Horst
Hallo Horst,
<form>
<input type=button value="Text" onClick="window.location.href='datei.htm'">
</form>Ziel angeben!
parent.location.frames['name'].href = "datei.htm"
oder parent.location.frames['indexnummer'].href = "datei.htm"
Steht, wen wunderts, in SELFHTML: <../../tecba.htm#a1>
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">
Hallo Horst,
Zweimal "" und kein " am Ende - das mag JavaScript gar nicht ;-)
änder das mal ab in:
<form name="form1" >
<input type="button" text="Button" onClick="parent.location.frames['mainframe'].href = 'hauptseite2.html'">
</form>
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">
Autsch!!!
Kein Wunder, dass es nicht funzen konnte:
änder das mal ab in:
<form name="form1" >
<input type="button" text="Button" onClick="parent.location.frames['mainframe'].href = 'hauptseite2.html'">
</form>
es muss natürlich heissen:
parent.frames[indexnummer].location.href = "datei.htm"
o d e r
parent.frames['name'].location.href = "datei.htm"
o d e r
parent.NameDesFrames.location.href = "datei.htm"
Ich schreib das als Strafarbeit auch 100 mal ;-)
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">
Nochmals Vielen Dank fuer die Hilfe; jetzt funktioniert es :-)
Gruss
Horst
Autsch!!!
Kein Wunder, dass es nicht funzen konnte:
änder das mal ab in:
<form name="form1" >
<input type="button" text="Button" onClick="parent.location.frames['mainframe'].href = 'hauptseite2.html'">
</form>es muss natürlich heissen:
parent.frames[indexnummer].location.href = "datei.htm"
o d e r
parent.frames['name'].location.href = "datei.htm"
o d e r
parent.NameDesFrames.location.href = "datei.htm"
Ich schreib das als Strafarbeit auch 100 mal ;-)
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">
Und hier ist die "Strafarbeit":
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/sta.gif" alt="">
Könnte zB Antje das mal "korrigieren"?
<img src="http://home.germany.net/100-80215/alex/images/promo/signet.gif" alt="">
<img src="http://home.germany.net/100-80215/alex/images/promo/akonline.gif" alt="">