fc2單篇加密與IE8之衝突問題 - 部落格

Table of Contents


語法如下
引用http://petlife5.pixnet.net/blog

<script language="Javascript">
var password1="test"; //密碼
var blog_home="http://blog6.fc2.com/petlife"; //BLOG首頁
var pwd=prompt("請輸入密碼:","");
if(pwd != null && pwd == password1){
}else{alert("密碼錯誤!");document.location=blog_home;}
</script>

IE8似乎會擋住輸入密碼的對話框
而導致無法觀看文章
請問各位大大語法該如何修改
或利用IE8設定的變相相容方式來觀看此文章
謝謝

--

All Comments

Oscar avatarOscar2009-04-09
剛好在找單篇加密,感恩