Hallo,
im Vorraus vielen Dank für Eure Antwort!!!
Ich versuche das Fenster in 2 Frames 20/80 zu teilen,
das ist der Text, warum verdammt nochmal geht´s nich?
<html>
<head>
<title>bla</title>
</head>
<html><head><title>Titel</title></head>
<frameset cols="20%,80%" rows="1">
<frame src="URI" name="Name" scrolling="yes">
<noframes>
Wird angezeigt, wenn der Browser keine Frames anzeigen kann
</noframes>
</frameset>
</body>
</html>
Vielen Dank!
Rob