Login Dialog

  • Thread starter Thread starter MervinJadhav
  • Start date Start date
M

MervinJadhav

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
 
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
 
Upvote 0
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
 
Upvote 0

Latest Articles