|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Jul 2002
Posts: 29
|
Validation for ASP
Hi guys,
So you guys know any website that offer validation codes. Example user cannot enter invalid characters like :;*&^%$#@!~+" etc? Thanks Toothy |
|
|
|
|
|
#2 |
|
Don't tread on me
|
hmmm, I don't know much about asp, I just bought a book about it, arrived today. I did see that you can do that, I presume all in one statement...if I read it tonight I will post
|
|
|
|
|
|
#3 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
What is ASP? Pardon my ignorance.
__________________
Darum still, füg' ich mich, wie Gott es will. Nun, so will ich wacker streiten, und sollt' ich den Tod erleiden, stirbt ein braver Reitersmann. |
|
|
|
|
|
#4 |
|
Member (10 bit)
|
ASP = Active Server Page
Basically VB code on a web page.. |
|
|
|
|
|
#5 |
|
Mondsreitersmann
Join Date: Jul 1999
Location: Skingrad
Posts: 8,781
|
Thanks.
|
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Dec 1999
Location: Midland, NC, USA
Posts: 292
|
Here's a link to some form validation code that I use a lot. It is written in javascript.
If you want more examples, go to Google and type in "javascript form validation" (without the quotes). The reason for using javascript: You use it as client-side code so the form entries can be validated and prompts sent to the user before sending the form to the server. Saves on network traffic. And the user doesn't need to wait for a round trip to the server while the entries are validated. |
|
|
|
|
|
#7 |
|
Member (1 bit)
Join Date: Nov 2002
Location: Alabama
Posts: 1
|
I worked with ASP all the time. If you want, I could show you what I do. Form validation using VBScript (ASP's primary language) on the server is totally different from form validation using javascript on the client.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|