Results 1 to 2 of 2

Thread: Login Page

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    109

    Login Page

    Just looking for documentation on how to create a login page. Using databases?

    Links would be appriciated.

    thanks.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Login Page

    Originally posted by nvc944
    Just looking for documentation on how to create a login page. Using databases?

    You just need HTML

    Code:
    <form method="post" action="login.asp">
    Username: <input type="text" name = "username"><br>
    Password: <input type="password" name="password"><br>
    <input type="submit" value="login">
    </form>

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