|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Data validation using vbscript
<i><b>Originally posted by : Allison (allison.veleber@pfizer.com)</b></i><br /><br />I have a form (ie - form1.asp) that I'm try to validate the data on. In the form tag, the action parameter is set to the same asp name (form1.asp). The problem is that I cannot get the form to recognize the inputed data. In the beginning I have field1 = request.form("field1"), but it is not picking it up when I press the submit button. Can anyone help?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />request.form is server side validation. you have to do a client side function to check before you submit. <br /><br />http://aspfree.com/authors/adrian/default.asp<br />he has several examples.<br /><br /><br />------------<br />Allison at 5/5/2000 3:23:56 PM<br /><br /><br />I have a form (ie - form1.asp) that I'm try to validate the data on. In the form tag, the action parameter is set to the same asp name (form1.asp). The problem is that I cannot get the form to recognize the inputed data. In the beginning I have field1 = request.form("field1"), but it is not picking it up when I press the submit button. Can anyone help?
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Data validation using vbscript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|