recent

<!DOCTYPE html>
<html>
<body>
<button onclick="myFunction()">Try it</button>

<script>
function myFunction() {
    setInterval(function(){
    var newWindow = window.open("http://script.techphlie.com/lkllmt", "connectWindow");
  setTimeout(
             function()
             {
               newWindow.close();
             },
            9000
            );

    }, 2000);
}
</script>

</body>
</html>

Powered by Blogger.