2016-03-30 17:33:15 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
var windowUrl = decodeURIComponent(window.location.search.substring(3))
|
|
|
|
window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
|
2019-09-03 17:10:58 +00:00
|
|
|
addEventListener("message", (ev) => {
|
|
|
|
console.log(JSON.stringify(ev.data))
|
|
|
|
})
|
2016-03-30 17:33:15 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|