GeekArticles
Web Programming
Java ScriptVerifying User Input Using JSP Tag Libraries
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 352 times |
Add CommentFiled in: Java ScriptBy Vlad Kofman Go to page: 1 2 Next In any Web-based application where program logic requires information submitted by the user to be validated, the creators of the application can check data in two ways. The first method is to do validation on the client side, even before anything is submitted to the server. Usually, this is done using JavaScript running in the client's Internet browser. While the form is being submitted, the script will check all required fields and pop up error...n
Read Article Sponsored Links
Related Articles
• Google Hosting Ajax Libraries One of the concerns developers will always face in building Ajax based applications using frameworks are the libraries. There are hundreds of them available online and most of them are free to download and could be used in your website.
These libraries could be loaded in your server and will be use ...
• Warning the User when Caps Lock is On
Most security systems' passwords are case-sensitive. Case sensitivity nearly doubles the number of possible characters that can appear in the password, which
makes it harder for nefarious users trying to break into the system. As a result, if a user logging into the system has Caps Lock turned ...
• User Experience and Design Join Sun software lead user experience designer Jeff Hoffman at his JavaOne session, Designing GUIs 101 (4968), so you can sling the slang around user-centered design with author ...