Code for Password Protection for Blogger Post

 

Code for Password Protection for Blogger Post



<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

var password = 'password'

password=prompt('Please enter the password to enter this post:','');

if (password != 'password') {

location.href='URL';

}

// End -->

</SCRIPT>

Comments

Popular posts from this blog

HTML Code for Sign Up interface in Blogger