Results 1 to 2 of 2

Thread: Button

  1. #1

    Thread Starter
    Addicted Member icemanmt78's Avatar
    Join Date
    May 2000
    Posts
    142
    How do i put a button, textboxes on an ASP so i can get a user to login.
    ______________________________
    VB6 SP3
    Java 2 - getting there

  2. #2
    Guest
    <code>
    <form method="POST" action="responsepage.asp">
    <p>Username: <input type="text" name="T1" size="20"></p>
    <p>Password: <input type="text" name="T2" size="20"></p>
    <p><input type="submit" value="Login" name="B1"><input type="reset" value="Reset" name="B2"></p>
    </form>
    </Code>

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