Warp-SE/cpld/XC95144XL/WarpSE_html/fit/result.htm
2022-03-29 04:23:54 -04:00

15 lines
354 B
HTML

<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>