Mypal/docshell/test/navigation/iframe.html

9 lines
149 B
HTML

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