Mypal/docshell/test/navigation/iframe.html

9 lines
149 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<body>
<script>
var src = window.location.hash.substring(1);
document.write('<iframe src="' + src + '"></iframe>');
</script>
</body>
</html>