<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>POIN</title>
</head>
<body>
<script>
var href = window.location.href.replace("static/sunscan.html","webscan").replace(/separator/g,"&");
//window.close()
var subWin = window.open(href,"影像","height=520,width=1000,location=no,resizable=yes,scrollbars=yes,status=no,titlebar=no");
setInterval(function(){
if(subWin.window && subWin.window.WEB_SCAN=="OK"){
window.opener = null;
window.open("","_self");
window.close()
clearInterval()
}
}, 10);
</script>
</body>
</html>