» Home / Scripts / JavaScript / Forms(page )

New scripts



A visual way to select RGB color for form inputs on a web page. You can choose colors from a palette of web colors, named colors or by using a RGB color slider.
Developer: Platform: linux, windows, freebsd, osx, sun Date upd:2005-12-05 Hits6518 [Download] [Visit]
This is a JavaScript Form validator. When you submit the form, it validates the data you entered in the various fields. You are allowed to enter only alphabetical characters in the "Name" field. You can enter only numerical data in the "Age" and "Zip"
Developer: qiksearch.com Platform: Date upd:2002-05-14 Hits6208 [Visit]
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.
Developer: creation-de-site.net Platform: Date upd:2001-10-08 Hits6198 [Visit]
This script adds auto-complete/type-ahead/ tracing/find-as-you-type effect to dropdown menus in Internet Explorer. In IE, when user press "MA" in a dropdown menu, IE will first select the first option starting with "M", then select the first option starting with "A", giving user "AK" while
Developer: Mingyi Liu Platform: linux, windows, freebsd, osx, sun Date upd:2007-02-12 Hits6062 [Visit]
Let Javascript help you receive feedback from your visitors. The script also requires that all fields must be completed before the form is submitted.
Developer: javascript.internet.com Platform: Date upd:1999-08-10 Hits6026 [Visit]
Traditional HTML Select Menus aren't very good for presenting Hierarchical data, and this script was made to address that need. It allows you to build a Select-like Menu, which can contain any number of Sub-Menus, of infinite depth, so you can let your visitor
Developer: flooble.com Platform: Web: IE/Mozilla/Safari Date upd:2004-01-16 Hits6022 [Download] [Visit]
Check Form is a form validation script that checks if all fields in the form have been filled out. The script can be easily extended.
Developer: zenerino.ch Platform: Unix, Win NT Date upd:2002-09-23 Hits5987 [Download] [Visit]
Use this script to validate form data before submission. You can set a type for each input field (number, mail, url, date) and a minimum length. This script works with all kinds of form fields: text, textarea, select, checkbox, and radio. Supports multiple languages.
Developer: Gerd Tentler Platform: Date upd:2006-06-17 Hits5958 [Visit]
jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever (PHP, ASP, Perl...). jsVals saves you from having to write complicated
Developer: Timo Haberkern Platform: linux, windows, freebsd, osx, sun Date upd:2006-03-20 Hits5893 [Download] [Visit]
Use this JavaScript to ensure that e-mail addresses provided in a form submission contain a prefix, the '@' sign, and an appropriate suffix (.com, .net, etc.).
Developer: javascript.internet.com Platform: Date upd:1999-08-10 Hits5861 [Visit]
Chained Selects lets you "chain" multiple form select lists together so that the selection in a "parent" list can tailor the options available in a "child" list. Supports callback function, multiple-choice selection lists and dynamic loading of sub-list contents.
Developer: Xin Yang Platform: Date upd:2005-03-02 Hits5389 [Download] [Visit]
Validates an input field to make sure that only a number or character is entered. If you enter a number or a letter everything you can continue on. But, entering another value like an exclamation point (!), an ampersand (&), or a dollar sign
Developer: javascript.internet.com Platform: Date upd:1999-08-10 Hits5274 [Visit]
Using a combination of CSS and Javascript this script will demonstrate how to drop in code to check all the required fields on a HTML form without having to specify each and every field. Incredibly Simple and easy to integrate with your site.
Developer: tech.hostforadollar.com Platform: JavaScript Date upd:2003-04-14 Hits5269 [Download] [Visit]
If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This article
Developer: barelyfitz.com Platform: All Date upd:2003-10-09 Hits5239 [Download] [Visit]
This JavaScript allows you to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled.
Developer: javascript.internet.com Platform: Date upd:1999-08-10 Hits5161 [Visit]
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.
Developer: geocities.com Platform: Date upd:2001-07-09 Hits4711 [Visit]
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
Developer: SmartWebby.com Platform: Date upd:2005-04-22 Hits4641 [Visit]
This is a Web-based wizard that generates a JavaScript form validation code with textfields and a text area. Type the text that will appear next to each textfield, the textfield names, and choose the textfields width and max number of characters. You can also
Developer: SearchBliss Platform: windows Date upd:2005-04-16 Hits4636 [Visit]
This useful script prevents a form from being inadvertantly submitted more than once, which often occurs if the user clicks on the "submit" button multiple times before the process is complete. The result is partial or multiple submissions. With this script, the submit button
Developer: javascriptkit.com Platform: Date upd:2003-08-19 Hits4539 [Visit]
This is a JavaScript example that creates a menu (drop down select list) of all the days in the current month. The current date is selected by default.
Developer: js-examples.com Platform: Date upd:2001-04-13 Hits4521 [Visit]
This is a neat JavaScript that allows you to use your own images to help your visitor's fill out a form. Use images to validate entries as well!
Developer: WebPage-Tools.com Platform: Date upd:2000-10-21 Hits4486 [Visit]
Foul is a JavaScript based, form validation language. If you hate all the rigamarole you have to go through just to check a simple web form, then this script is what you need. Foul contains a full language parsing engine which compiles advanced conditions
Developer: Bryan English Platform: linux, windows, freebsd, osx, sun Date upd:2006-10-05 Hits4471 [Download] [Visit]
This JavaScript allows your visitors to send you feedback right from their browser. It also automatically logs their Browser types and versions.
Developer: javascript.internet.com Platform: Date upd:1999-08-10 Hits4442 [Visit]
wForms is a javascript extension that adds commonly needed behaviors to traditional web forms. It follows the principle of progressive enhancement : unobtrusive, cross-browser and degradable. I should also point out that not a single line of code is required to actually use it.
Developer: Cédric Savarese Platform: linux, windows, freebsd, osx, sun Date upd:2005-08-29 Hits4409 [Download] [Visit]
Checking that form fields have input is extremely important - having this performed before the form is submitted, client side, before its handled by anything at the backend such as an SQL or MS Access database, is vital and an additional factor in getting
Developer: designplace.org Platform: Date upd:2003-02-12 Hits4399 [Visit]
Home | New | Submit | Link to us | Contact Copyright © RoxySoft.com [0.213 s]
eXTReMe Tracker