Ajax 'Suggest' box for HTML Forms Ver: n/a Tutorial explaining how to use Ajax (Asynchronous Javascript and XML) to create a drop-down 'suggest' box for form fields which updates as you type by ... |
Changing Select element content on the fly Ver: n/a This tutorial explains how to change a select element's content using JavaScript, from adding new options to modifying and deleting them. It also show ... |
Resetting forms using an Image Button (IE4+ / NS4+) Ver: n/a In forms when using text boxes or text areas and check boxes you might need a reset button that is not the usual gray HTML button. For this you can us ... |
Text Box Characters Counter Ver: n/a In forms when using text boxes or text areas with limited character length (usually needed for forms that submit data to a database) it is always a go ... |
Submit1ce Ver: 1.1 Got a submissions form that you keep getting multiple submissions from? I've found that in most cases its because people are impatient and click the ... |
Address Auto-Fill Ckeck Box Ver: n/a Javascript code that automatically fills in the address in all places needed on the page after just once entering it and selecting the check box. ... |
JavaScript Form object explanation Ver: n/a Complete listing of the Form object of JavaScript and its properties/methods. Also includes additional pages describing objects beneath Form, such as ... |
Form Change Event (Dynamicaly change one form value while other is changed) Ver: n/a Let us say that we have a form with two select options. We want one to change when we change the value of other.
Follow the steps to do it yourse ... |
Confirming Forms with JavaScript Ver: n/a This tutorial shows you how to perform form-field validation and user interaction with a few lines of JavaScript. ... |
JavaScript Forms and Frames Ver: n/a This articles discusses two aspects of JavaScript: working with HTML forms and manipulating frames. It also present a simple but effective personalize ... |