Results 1 to 3 of 3

Thread: Log on for website?

  1. #1

    Thread Starter
    Addicted Member wernerh's Avatar
    Join Date
    Sep 2000
    Posts
    170

    Question

    On alot of websites I see they use a Input box that appears that you enter a username and password. The title of this input box is "Enter Your Network Password".
    Is this a API, How can I use this and what are its limitations?

  2. #2
    Lively Member
    Join Date
    Jul 2000
    Location
    Connecticut
    Posts
    98

    =)

    As far as I know, the login window that appears is a result of having NT Challenge/Response or Basic Authentication enabled on the web server. The user would need to use a login that is specified on the server itself.

    If anyone has another take on that, post it up because I'm not an expert on this.

    You can always run your authentication with a DB. This is probably easier than the former as you wouldnt have to sit & create users on the server.

    ~Piz

  3. #3
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    The pop up asking for the name is a JavaScript... I will search it out for you..... It will ask the user for a name then add a part of the code to your main page (ASP or otherwise) and it will happily say "hello {username}".... watch this space!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width