
March 15th, 2004, 09:54 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 9
Time spent in forums: 16 m 10 sec
Reputation Power: 0
|
|
|
Defining the HTTP method
Hi, Does anyone have any idea as to how I would go about doing this? I'm not sure how I would go about getting the HTTP method used?
This is what the function ahs to do.
isFormFilledOut(HTTPMethod)
Function takes one argument defining the HTTP method used (GET or POST).
Function chooses the appropriate ASP Request collection based on the argument,
and loops through all submitted name=value pairs validating that all items have a real value (not NULL, EMPTY or "")
Return true if the form is filled out, return false otherwise
Thanks,
Dan
|