Hallo !
Ich habe folgendens Problem : Ich habe 2 Frames und möchte nicht das man die Trennlinie verschieben kann. Laut SElf HTML macht man dies mit noresize . Beim IEX ist dies auch kein Problem, nur Netscape macht dies nicht.
Aber ich habe kein Hinweiß gefunden, daß das Netscape nicht kann.
Ist was an meinen Script falsch ?
Simone
<html>
<head>
<title>LIFE</title>
</head>
<frameset cols="119,*" border="1" frameborder="1" framespacing="0" marginwidth=5 marginheight=5 noresize>
<Frame src="Navigation.htm" noresize name="Navigation">
<Frame src="eingang.htm" name="inhalt" >
<noframes>
</noframes>
</frameset>
</html>