仍然可以透過Blogger彈性的HTML文章編寫功能來進行簡易的javascript 判斷
於文章或網頁(static page),使用HTML編輯模式。
<script type="text/javascript">
/* Password Protection */
var password = 'password'
password=prompt('Please enter the password to enter this page:','');
if (password != 'password') {
location.href='https://a0979221868.blogspot.com/';
}
</script>
針對上面程式碼的紅字部分,需要做以下修改,然後將頁面發佈後離開。- password 改為你自訂的密碼
https://a0979221868.blogspot.com/ 改為您的網站首頁網址
測試看看結果吧!
沒有留言:
張貼留言