|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Error Messages |
From: |
Harpreet |
Date: |
7/1/2001 7:43:18 AM |
IP: |
195.229.191.39 |
Hey Adam
What you need to do is check for the sort of data entered by a user when he presses the Save button. when button is pressed, check for the data type entered. For example, if a text box should contain a numeric value, do following:
sub cmdSave_onclick()
If Not IsNumeric(txtNumber) Then
alert("You entered non-numeric data")
End If
...continue
End Sub
Cheers then. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|