|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|