stabilo: NN4 noframe-Seite: Frame-Effekt per ilayer?

Beitrag lesen

Ich meinte das schon ernst...
Als Lösungsvorschlag sehe ich im Moment nur Browserabfrage und Pop-Up.
Keine anderen Ideen?

Und zum Basteln:

<HTML>
<HEAD></HEAD>
<BODY>

Hier steht noch was....<br>

<table cellspacing="0" cellpadding="0" border="1" width="500">
 <tr>
     <td height="250" class="text" align="center" bgcolor="red">
   <iframe src="news.htm" scrolling="auto" style="position: relative; top: 10px; left: 40px; width: 460px; height: 310px;"></iframe>
   <ilayer src="news.htm" scrolling="yes" top="0" left="0" width="420" height="360"></ilayer>
      <!--Text Ende-->
  </td>
 </tr>
</table>

...hier auch...
</BODY>
</HTML>