Protect your post or page with the password . This tutorial is about protection of a post with the password via JavaScript coding.
Protect your post script
<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>add as html view, starting







0 comments:
একটি মন্তব্য পোস্ট করুন