sunscan.html 740 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<!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>