<html> <body> <script> var src = window.location.hash.substring(1); document.write('<iframe src="' + src + '"></iframe>'); </script> </body> </html>