天天看點

js不提示關閉視窗

<script>

function aa()

{

     opener=null;

     self.close();

}

</script>

<a href="" onclick="aa"> Click    Me!</a>

繼續閱讀