I found on the internet the simpliest way to prompt a page for a Password with some Jquery, But Every time the page refreshed it prompts me again, which I would like to pass on
Could you please advise if this is possible,
I have one Manager page which needs to be password protected. but it will Refresh a few times when doing actions,
var password; var thePassword="Pass!@#$"; password=prompt('Enter Password',' '); if (password==thePassword) {} else { alert('Wrong Password! Click OK to Enter!');
Thanks for advising
Regards JqueryDummy