Thursday, June 14, 2012

Protect Your Blog Page Using Password.


Protect Your Blog Page Using Password.



Step 1: Login to your blogger Account >> Dashboard >> Edit Post >> Edit Pages.

Step 2: Now add the one of code given below to your page.

If You Want To Copy This Code Click Here.

<script language="JavaScript">
var password;
var pass1="PASSWORD-HERE";
password=prompt('Enter your password in order to view this page!',' ');
if (password==pass1) alert('Correct password, OK to enter!');
else {
  window.location="SITE-LINK";
}
</script>

Note:
Replace PASSWORD-HERE with your password and SITE-LINK with your page

SITE-LINK: 2012/06/protect-your-blog-page-using-password.html

Step 3: Now Save your "Page" and You are done,

Thanks...Like Us...Share Us....

0 comments:

Post a Comment

Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies..