Ralph: Netscape, Frames

Beitrag lesen

das geht auch nicht:

<frameset cols="170,*" border="0" frameborder="0" framespacing="0">
 <frame src="address.html" name="Address" scrolling="no" marginwidth="0" marginheight="0">

<frameset rows="75,*,75" border="0" frameborder="0" framespacing="0">
  <frame src="navigation1.html" name="Navigation1" scrolling="no" marginwidth="0" marginheight="0">
  <frame src="home.html" name="Home" frameborder="0" marginwidth="0" marginheight="0">
  <frame src="navigation2.html" name="Navigation2" scrolling="no" marginwidth="0" marginheight="0">
  <noframes>Dieses Projekt verwendet Frames. Bei Ihnen werden keine Frames angezeigt.</noframes>
 </frameset>

</frameset>