ngaisteve1
Posts: 4
|
| Posted: 02/08/2007, 7:09 AM |
|
Hi, after some days working with CC, I'm still very new bie. Sorry for asking this simple question.
My question is let's say I have few button in my form, example, Verify and Reject button. And I have value to this button. How do I check the value of this button after I click this button?
I'm using ASP and tried with this line below doesn't seem to work.
If Request.Form("VerifyButton") = "Verify" Then
Secondly, if I have a list box in my form, let's say the form name is employee and my list box name is status, how do I get this value after I click Submit button?
I tried with
a = employee.status.value
response.write a
response.end
or
a = request.form("status")
response.write a
response.end
but, can't see any value.
|
 |
 |
|