Ok. Bin was das angeht blutiger Anfänger und hab da wohl einiges durcheinander gebracht. Aber vielen Dank für die Hilfe. Es funktioniert so wie ich es mir vorgestellt habe, außer der Kleinigkeit das es nur aus 2 Frames besteht, was aber nicht dramatisch ist.
Beiträge von Adolon
-
-
<iframe width="1345px" height="100px" src="C:\Users\Adolon\desktop\DVD-Liste\Alphabet.html" name="Alphabet" target="Inhalt">
</iframe>
<iframe width="100px" height="550px" src="C:\Users\Adolon\desktop\DVD-Liste\Genre.html" name="Genre">
</iframe>
<iframe width="1221px" height="550px" src="C:\Users\Adolon\desktop\DVD-Liste\Inhalt.html" name="Inhalt">
</iframe>
einmal die frames.<form>
<input formmethod="link" formaction="A.html" type="submit" value=" A ">
<input formmethod="link" formaction="B.html" type="submit" value=" B ">
<inout formmethod="link" formaction="C.html" type="submit" value=" C ">
<input formmethod="link" formaction="D.html" type="submit" value=" D ">
<input formmethod="link" formaction="E.html" type="submit" value=" E ">
<input formmethod="link" formaction="F.html" type="submit" value=" F ">
<input formmethod="link" formaction="G.html" type="submit" value=" G ">
<input formmethod="link" formaction="H.html" type="submit" value=" H ">
<input formmethod="link" formaction="I.html" type="submit" value=" I ">
<input formmethod="link" formaction="J.html" type="submit" value=" J ">
<inputformmethod="link" formaction="K.html" type="submit" value=" K ">
<input formmethod="link" formaction="L.html" type="submit" value=" L ">
<input formmethod="link" formaction="M.html" type="submit" value=" M ">
</form>
und die zugehörigen Buttons aus der dazugehörigen Datei -
Danke für die Antwort. Leider bekomme ich das mit meinem Button nicht hin. Ich habe versucht Target="" einzufügen in meinen Button bzw in meinem Frame, leider funktioniert das so nicht. Hast du vielleicht eine andere Idee um mein Problem zu lösen?
-
Guten Abend,
ich habe mir eine kleine html Seite programmiert, die nur offline angezeigt werden soll, falls es einen Unterschied macht, und versuche folgendes in einem anderen Frame zu öffnen.
<form>
<input formmethod="link" formaction="A.html" type="submit" value=" A ">
</form>Die Seite ist in 3 Frames unterteilt. 2 zum navigieren und ein Frame zum Anzeigen der Inhalte der Links.
Die Seite bildet in jedem Frame eine andere html Datei ab.
Ich google schon seit ein paar Tagen nach einer Lösung, leider wurde ich nicht fündig.
Hoffentlich könnt ihr mir hier helfen.mit freundichem Gruß
Adolon