Also ich habe folgendes Prob.... is bissel schwierig zu erklären drum mach ich mal ne ASCII Skizze:
-------------------------------------------------------------------
| | | |
| |frame | frame |
| | | |
| ------------------------------------------------|
| | |
| | |
|frame| |
| | | frame
| | frame_x |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
--------------------------------------------------------------------
Mit folgendem Quelltext lassen sich alle Frames darstellen auser Frame "x":
<frameset cols="*,80%,*">
<frame src="lr.html" name="lr" scrolling="no" noresize margin="30">
<frameset cols="18%,*" rows="*,77%" bordercolor="#000000" framespacing="1">
<frame src="navbar_l_o.html" name="navbar_l_o" scrolling="no" noresize margin="30">
<frame src="navbar_o_home.html" name="navbar_o" scrolling="no" noresize margin="30">
</frameset>
<frame src="rr.html" name="lr" scrolling="no" noresize margin="30">
</frameset>
Statt des Frame x wird dorte die index datei dargestellt, ich möchte aber statt der index die datei "home.html" da haben. Ich hoffe ihr könnt mir helfen.
Vielen Dank für Eure Antworten schonmal :)
Danke auch für die Antworten vom letzen Thread :)