View Full Version : Login Dialog
MervinJadhav
16th December 2005, 06:51
I have a web page named downloads.asp and I have a link on the page as "Click Here to login". When anyone clicks on that link I want that a classic windows login dialog opens up like the one in the link
https://mail.garobi.ang.af.mil/
I also have a database which is in MS-Access. How will i connect the dialog box with the access table.
Please let me know how can I code it, in javascript or in asp
Thanks in advance
DuaneJackson
16th December 2005, 08:14
You can't link these up with an access db. On unix then these need to be usernames created at the OS level.
MervinJadhav
16th December 2005, 08:16
can't you help me out with another option
Rob Holmes
16th December 2005, 08:26
use a .htaccess file
Use Google to find out more.
Implementation is not complete between unix and windows and I believe a windows server only supports the following .htaccess commands..
*AuthGroupFile
*AuthUserFile
*AuthName
*AuthType
*Files
*FilesMatch
*Require user
*Require group
*Require valid-user
You should be able to do it with a couple of them or speak to your webhost and they should be able to do something.
Rob
DuaneJackson
16th December 2005, 08:27
Sorry, I meant to say that on windows these need to ve at the OS level. On unix they can be in a .htaccess file, i think.
creospace
16th December 2005, 08:47
learn php and connect to mySQL, far better!
When you've mastered that then come back to me and i'll gladly give you my login scripts :)
Gary