|
-
Jan 10th, 2001, 05:56 AM
#1
Thread Starter
Hyperactive Member
do
If Not InStr(Request.Form("Email"), "@") > 0 Then
intError = 1
End if
If Request.Form("name") = "" Or IsNull(Request.Form("name")) Then
intError = 1
End if
Loop while(intError = 1)
Hows the best way to loop in a section only to get a condition on form validation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|