JSpell Spell Checker - Now available, a pure JavaScript front-end for JSpell - Put a Spell Checker on your web page with only 10 lines of code that you cut and paste. Works with plain HTML, JSP, ASP, CGI generated web pages as well as Oracle Forms and Java. The only spell checker product designed exclusively for the web. Our HTML Spell Checker and our Java Spell Checker demos are online.
dateBox is developed to easily work with date HTML form fields and represent a set of date fields as normal JavaScript Date object. The main part which set it apart is OOP. The script turned out to be weighty, but it is not a big problem as it is mainly intended to be used in web interfaces so user will have to download it only once. Main features: OOP structure; automatic recalculation of the day drop-down menu; correctly handles leap years; ablility to compose short and long dates; support for IE 5+ & NS 6+ (and other Gecko compatible browsers); and customization.
In forms when using check boxes for a list of records that is generated dynamically (example: display of messages in your yahoo or hotmail inbox) you might want a simple feature of checking or clearing all the check boxes related to those records before deleting or moving. Use this simple script to do just so.
This script demonstrates how to prevent your users from submitting the same form data multiple times. If the user click the submit button more than one once, it shows a small message that the form data has been already sent.
FormPlus is JavaScript which enables you to valid your form. Make sure you will receive complete information from visitors. Form fields can be added and modified as your requirement. The script also disables right click to protect your properties. FormPlus works on IE and Netscape.
This script allows user to focus on the next form element like textbox/textarea depending on maxlength /enter or tab keypress event. This currently works on IE 4.0, 5.0, 5.5 and NS 4.0, 4.75, 6.0.
This JavaScript shows how to update a text component of a form on a selection change in the same form. It uses the event onchange to trigger the javascript function to go see what is selected and look up the price for that selection. Its design allows the programmer to write the code for the selection order or the definition of the prices in any order he/she wishes.