Erweitertes Frame problem

  • Tag. Ich mag eine Seite mit eingebetteten Frames baun. Ist eigentliches ein einfaches Frame prinzip. Ich will das man durch einen klick in einem frame eine html datei in einem andren frame öffnet. Mein Problem dabei ist die grösse des neu geöffneten frame. ich habe in meinem ganzen frameset keine einzige grösse definiert. Immer nur height="*".

    Erstmal mein code=

    <html>
    <head>
    <title></title>
    <meta name="author" content="Administrator">
    <meta name="generator" content="Ulli Meybohms HTML EDITOR">
    <link rel="stylesheet" href="style.css" type="text/css">
    </head>
    <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#DDDDDD">
    <table border="0" cellpadding=0 cellspacing=0 width="100%" height="100%">
    <tr>
    <td align="center" valign="middle">
    <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD COLSPAN=5>
    </TD>
    </TR>
    <TR>
    <TD COLSPAN=5>
    </TD>
    </TR>
    <TR>
    <TD valign="top" height="34">
    <iframe src="navi.html" width="168" height="*" name="navi" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" noresize></iframe>
    </TD>
    <TD>
    </TD>
    <TD valign="top" bgcolor="#DDDDDD" ROWSPAN=3 WIDTH=391>
    <iframe src="haupt.html" width="391" height="*" name="main" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
    </TD>
    <TD>
    </TD>
    <TD valign="top" bgcolor="#DDDDDD" ROWSPAN=3 WIDTH=164>
    <iframe src="neu.html" width="164" height="*" name="neu" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" noresize></iframe>
    </TD>
    </TR>
    <TR>
    <TD>
    </TD>
    <TD>
    </TD>
    <TD>
    </TD>
    </TR>
    <TR>
    <TD valign="top" bgcolor="#DDDDDD" WIDTH=164>
    </td>
    <TD bgcolor="#DDDDDD" WIDTH=5>
    </TD>
    <TD bgcolor="#DDDDDD" WIDTH=4>
    </TD>
    </TR>
    <TR>
    <TD COLSPAN=5>
    </TD>
    </TR>
    <TR>
    <TD COLSPAN=5>
    </TD>
    </TR>
    </TABLE>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>

    So.

    Sagen wir die drei mittleren frames haben eine höhre von 600 Pixel. Wenn ich jetzt im rechten frame das bild anklicke soll im mittleren der drei frames eine html datei aufgehn die eine höhe von 800 Pixel hat? Was muss ich schreiben das er das Frameset verlängert und nich die datei abschneidet?

    Wär super wenn mir jemand helfen könnte. Weiss auch nich ob ich das prob ausreichend gut beschrieben habe ... mal schaun

  • wie meinst du das?

    Soll ich in der zu öffnenden Datei eintragen zb height="600"?
    Und wenn ja, wo?

    Im Body Tag? geht nüscht
    Im Table Tag? Geht nüsch

    ich weiss das es ein prob is das man ganz einfach in php lösen könnte. Kann ich auch, aber ich will das die Seite auch lokal läuft also ohne Server ...