I cannot do a server-side password as I do not have access to the server. I have a single page blog which I want to make a little more private than it is currently.
Is it possible to use what I have (above password script) and incorporate it into this somehow? Again, I'd do it myself, but I'm not that familiar with it.
Code:
var key_value = "myTestCookie=true";
var foundCookie = 0;
// Get
I have a blog I would love to put a password on. I've put a simple one on it but it asks me to input a password every reload which is quite annoying.
Is there any way to make it so that it prompts only once per visit?
I've tried to do this myself but I have limited knowledge of how Javascript works and I've gotten nowhere. Also, it's not supposed to be a super serious page or anything, I'm aware...
Leave a comment: