Kod:
<frameset rows="100%">
<frame src="http://www.example.com/<?php echo urlencode($_SERVER['REQUEST_URI']); ?>">
</frameset>
<noframes>
<body>Please follow <a href="http://www.example.com/<?php echo urlencode($_SERVER['REQUEST_URI']); ?>">link</a>!</body>
</noframes>
Så typ.