Hi, how can i get the typical login window on my site...
You know...the one where it asks you for a username and password. It's not really a login, but more to give access only to some users. Thank you
If your server supports .htaccess then you can do it with that. It would give you a login window like this one: http://www.evernet.co.uk/testing Does it?
Do you mean the browser-based window which displays the realm and asks for a username/password? If so, you need to configure your server - with Apache, use .htaccess.
If you mean username password form elements, you will need to choose a language, preferably server-side, though Javascript could do it (insecure).
Adam
"If you’re not using valid HTML, then you haven’t created a Web page. You may have created something else, but it isn’t a Web page." - Joe Clark
Bookmarks