Hello friends, im beginner with Java and I used to have a very nice code...that I unhappily lost...
The code used to do something like this, its a "kind" of password...
When someone clicks on the link, a java box appears, asking for the password..if the person types "night" as password and click "ok/send" the page automaticaly redirects to "www.mysite.com/night.html". If the person types "goodday" as password, and click "ok/send" the page automaticaly redirects to "www.mysite.com/goodday.html"
Its a kind of password, only the person knows how to acess the page. I know that's not secure, but I really don't need security, just an easy way to hide some pages.
Thank you very much guys =)