Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom validator
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00710013
Message ID:
00710244
Views:
14
Thanks for the help Cathi, but I finally got it to work. I think my VBScript was messed up which is very possible since I have never written any before. I changed it to
		<script language="vbscript">
		Sub ValidateTxt(sender, args)
			strValue = args.Value
		    args.IsValid = true

			If Not IsNumeric(strValue) Then
				args.IsValid = false
			End If
		End Sub
		</script>
As soon as I come into the page. If I take out the client side validation, the web page works fine, but when I include the client side VBScript I get the error.
Randy Belcher
AFG Industries, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform