|
Thread: ok
-
Apr 27th, 2001, 06:23 AM
#1
Thread Starter
Lively Member
You need to use the <form> tag in your login page.
Use <form method=post> if you want to pull the values via the request.forms collection or use >form method=get> to pull the values from request.querystring collection.
The form tags must be around all controls that you need to reference the values of in your asp page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|