自動關閉網頁-不秀提示訊息。

摘要:自動關閉網頁-不秀提示訊息。

感謝topcat大大教這一招,小弟作個紀錄…^^"

小弟之前是寫個kill thread在定時開啟網頁後再把處理序刪除…(傻傻的><")


 

<head>
<script language="javascript">
window.opener=null;
window.open('','_parent');
window.close();
</script>
</head>