You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
354 B

<html>
<head>
<script>
function init() {
document.open();
document.write(window.opener.document.options.htmlStr.value);
document.write("<form><center><input type='button' value='close' onclick='window.close()'></center></form>");
document.close();
}
</script>
</head>
<body onload="javascript:init()">
</body>
</html>