|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|