link


<body>
...
<script>
document.write('<iframe src="'+location.search.substr(1)+'.htm">');
document.write('</iframe>');
</script>
...


ciao