1. <html>
  2. <head>
  3. <title>Moj Sajt</title>
  4. <meta name="robots" content="noindex">
  5. </head>
  6. <frameset rows=108,*>
  7. <?php
  8. echo '<frame marginheight=0 src="xxx.php?id='.$_GET['id'].'" marginwidth=0 scrolling=no>';
  9. ?>
  10. <frame src="http://mojsajtindex.php">
  11. <noframes></noframes>
  12. </frameset>
  13. </html>