next up previous
Next: Vorgeschichte - history Up: Benutzerinterface Previous: Klienten-Fenster window

Frames - Frames

Beispiel:

 
<HTML>
<HEAD>
<TITLE>Beispiel zu Frames</TITLE>
<SCRIPT>
var topframe = "Das sollte oben stehen"
var botframe = "und das unten"
</SCRIPT>
</HEAD>
<FRAMESET ROWS="50%,*">
<FRAME SRC="javascript:parent.topframe">
<FRAME SRC="javascript:parent.botframe">
</FRAMESET>
</HTML>


Dr.Andreas Mueller
Fri Jun 13 07:55:13 MET DST 1997