设置网页密码


原创教程 , 转载清带走本部落格链接



sticker





注意 , 这不是文章密码

什么是网页密码 ?

就是当你进入某个部落格时

会出现一个弹跳框


密码 : 12345

不明白就去以上的网页去试试看 C:

Blog template 和 Blogskin 都可以使用

可是两者的 CODE 都不一样


Blog Template

登入部落格 > 设计 > Edit Html

按 CTRL + F 寻找 ]]></b:skin>

然后把以下代码 Paste 在它的前面


<!---- Code Credit From : Http://Kumiiko1996.blogspot.com ----!>

</style>
<script language="javascript" type="text/javascript">
/* toggle() checks to see if the images has already been faded
or not and sends the appropriate variables to opacity(); */
function toggle(el,milli) {
// Get the opacity style parameter from the image
var currOpacity = document.getElementById(el).style.opacity;
if(currOpacity != 0) { // if not faded
fade(el, milli, 100, 0);
} else { // else the images is already faded
fade(el, milli, 0, 100);
}
}
</script>
<div class="input" onClick="javascript:toggle('wise', 3000); this.style.display='none';
document.getElementById('june').style.display=''">

<SCRIPT LANGUAGE="JavaScript">;
function password() {
var testV = 1;
var pass1 = prompt('请输入密码进入此网站:','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "密码") {
break;
}
else
{
location.href="index.html";
break;
}
testV+=1;
var pass1 =
prompt('密码错误 , 请重新输入:');
}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</SCRIPT>
<!---- Code Credit From : Http://Kumiiko1996.blogspot.com ----!>


红色字体的字都可以更改

把 "密码" 换成自己的密码


Blogskin

登入部落格 > 范本

按 CTRL+F 寻找 </head>

把以下的代码 Paste 在它的前面


<!---- Code Credit From : Http://Kumiiko1996.blogspot.com ----!>
<SCRIPT LANGUAGE="JavaScript">;
function password() {
var testV = 1;
var pass1 = prompt('请输入密码进入此网页:','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "密码") {
break;
}
else
{
location.href="index.html";
break;
}
testV+=1;
var pass1 =
prompt('密码错误,请重新输入:');
}
if (pass1!="password" & testV ==3)
history.go(-1);
return " ";
}
document.write(password());
</SCRIPT>
<!---- Code Credit From : Http://Kumiiko1996.blogspot.com ----!>




红色字体的字都可以更改

把 "密码" 换成自己的密码

HELP HELP , Press A Nuffnang For Me ♥


2 則留言: