將以下code加到你的首頁裡面
<script>
if (document.referrer=="http://你的帳號.idv.st/")
window.open('close_idvst.htm','idvst','toolbar=no,location=no,width=30,height=27,resizable=no');
</script>
新增close_idvst.htm在你的網頁空間裡面
<html>
<body>
<script>
window.close();
</script>
</body>
</html>