1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 21:38:34 +00:00
Files
UXP/docshell/test/navigation/iframe.html
T

9 lines
149 B
HTML

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