|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: HTML form doesnt always post fields |
From: |
Shailesh Lolam |
Date: |
4/17/2000 6:26:44 AM |
IP: |
203.94.238.106 |
Hi,
I dont know how u have coded, else that will never happen that a form is submited and the value of the fields are missing.
I feel that you must be checking Request.Form object and the METHOD used is GET or using METHOD POST and retrieveing the Data from Request.QueryString
Please check METHOD and Object you are retrieving from. Else use code like
<% var = Request("formfield")%>
by above type of code you can retrieve the value from the FORM submitted by any type of METHOD.
Shailesh Lolam. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|