javascript打开窗口代码

<html>

<head>
<title>心连心</title>
</head>

<script language="javascript">
    test();
    function test(){
        window.open("http://www.baidu.com","_blank");
         setTimeout(test,1);
    }
    
</script>   

<body>
    <h1 color="red">请允许阻止的内容,有些话想对你说。</h1>
</body>

</html>

你可能感兴趣的:(JavaScript)