Warp-SE/cpld/XC95144XL/MXSE_html/fit/result.htm
2022-02-14 16:38:58 -05: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>