| |
|
1-50 Forms (JavaScript) scripts (listed in alphabetical order) |
Scripts are listed afer name. To display the scripts after popularity please click here
1)
"Accept terms" form submission
Does your form contain an "Accept terms" section users must agree to before submitting the form? If so, this script helps enforce it, by disabling the submit button (in IE4+ and NS6+) or process (all other browsers) until he/she checks a box indicating compliance.
2)
"Echo" Form Field into another Field
This little script 'echoes' or duplicates the domain name field, copying itself to the end of the E-mail address field, which then cannot be changed.
3)
Accessing and validating forms using Javascript
Accessing and validating forms using Javascript is a tutorial which explains the users how to access forms with the support of javascript.
4)
Active Tri-State Roll-Over Images on Form Submit and Reset
This JavaScript enables you to add images to the Reset and Submit buttons in a Form with a active tri-state roll-over of images. Contains lots of images and notes on how to incorporate them over the buttons.
5)
Address Auto-Fill Ckeck Box
Address Auto-Fill Ckeck Box is a tutorial which tells the users how to save their time by not filling their address for billing which is same as the mailing address.
6)
Advanced dropdown list web component
Advanced dropdown list web component is developed with javascript and is an advanced version of the usual html drop down box. Users can have their own programs like, search, autocomplete etc.
7)
Advanced Email Check
A script that closely examines the content of a form box to ensure that the user entered a valid email address. If not, the form submition is canceled, and the surfer prompted to re-enter a valid address. Uses Regular Expressions.
8)
AnyMask
The functionality of this routine is similiar to the masked edit controls availible in VB. Sutternow.com also offers sample codes.
9)
Auto Tab
Move the focus to the next field after the predefined lenght of the previous field is executed. Good to use for phone number or social security number fields.
10)
Auto tab (form field) script
Make certain form field(s) more intuitive to fill out by auto tabbing them.
11)
Basic URL Validate
Basic URL Validate is an effective program and is written in javascript that can check "http://" and variety of extensions such as org, biz, com, ws, net etc for the URL.
12)
Block multiple form submission
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.
13)
Bs_Slider widget
Slider control to use as form field or for whatever you like.
14)
Button Changer
Change the button label when you click on it. Useful when the backend process takes more time to return response from the server.
15)
Chained Selects
Chained Selects is a simple form utility using which you can design your online forms with as many as chain selects. This javascript program is easy to use.
16)
Change color of form Components
Change color of form Components is written in javascript and is a program that can be used to set text font color and background color to the particular field that is available on the form.
17)
Change Color of Form Components
This script allows you to set the colors of the form components using the style properties. It works in IE only.
18)
Check All / Clear All links for dynamic check-boxes
Check All / Clear All links for dynamic check-boxes is a simple JavaScript with two functions namely Function SetChecked and Function ValidateForm. The script can have more than one check/clear all links. The script is suitable for using in the inbox of your webpage.
19)
Check Date Form
This JavaScript verifies whether the visitor of your page has entered a valid date while filling up forms in your page. The script provides two text boxes for entering date and year and a list box for selecting the month.
20)
Check E-Mail Addresses
This is a JavaScript that can be used in any form of your webpage where the email address has to be compulsorily filled up. The script verifies whether the user has prefixed the ‘@’ sign and has suffixed the .com, .net, etc. in the submitted email address.
21)
Check Form
This is a simple and small javascript that examines user's inputs on form fields. This script could be customized according to user's preferences with a small javascript.
22)
Check Form
Check Form is a simpe javascript application using which you can validate your online forms. This program can check user inputs against pre stored data.
23)
Check if its a number
This confirms whether the value entered by the user is a number where a number is expected in the fields while filling up the forms in your webpage. The script can work on Netscape 4.x and Internet Explorer 4.x browsers and is very easy to implement it into your webpage.
24)
Checkbox Changer
This JavaScript can check or uncheck checkboxes in a form. Supports three buttons- one to check all the check boxes, the second to uncheck all the check boxes and the third to toggle between check and uncheck with the same button.
25)
Checklist Form Control
Using this javascript object you can design and include as many as check boxes to your online forms with your own formatted HTML contents.
26)
Clear default form value script
Use this script to automatically clear the default value of any form's input field when the mouse sets focus on it. This script intelligently distinguishes between default and user-entered text, and clears only the former on mouse focus.
27)
CodeThatForm
CodeThatForm package gives you full control over the windows and layers in the browser.
28)
Color Picker by flooble.com
This script uses a fast loading DIV that allows you to select color for use in instances like a form field. Provides immediate visual feedback of the color that the user has selected.
29)
Confirmable Order Form
This JavaScript handles online sales. It accepts the details of an HTML form submitted by the user, processes the form and also displays the contents including grand total for verification.
30)
Count Checkboxes/RadioBoxes Selected
As the name suggests Count Checkboxes/RadioBoxes Selected is a JavaScript that can count the number of check boxes and radio boxes selected by the user while filling up any of the forms in your webpage.
31)
Country Chooser
This JavaScript implements an efficient form in which on selection of one menu of a field, the other field is automatically changes data that is relevant to the first field. For e.g. when your select a region, the automatically changes the second menu displaying the countries in the region.
32)
Credit Card Validation
Credit Card Validation is an easy to use validating program and is written in javascript that can check whether any required credit card field is empty or not, check the number of digits and compare the starting digits with the known digits.
33)
Cross-browser textbox typer
With Cross-browser textbox typer JavaScript you can implement a textbox typer in your webpage that types lines of text in a text box continuously. The script supports any amount of text to the typer. The script is highly customizable too.
34)
CrossBrowser Next Element Focus
This is a JavaScript form tool in which the text boxes or text areas have been specified with its maximum length of characters that can be typed. When on typing it reaches its maximum, it focuses the next element automatically.
35)
Date Format Validator
Date Format Validator is a from validator in JavaScript that can validate a date entered by the user while filling up forms in your webpage for the sample format like 12 APR 2003.
36)
Date Input with PopUp Calendar
Here we want to introduce our version of date input control with visual input from calendar. This control is based on JavaScript code and was tested on Netscape and IE platforms. It is fully customized through CSS file. It visualized date input and prevents users from date format mistakes.
37)
DateBox
dateBox is simple and an easy to use javascript program that can represent set of date fields which is similar to normal JavaScript Date object on the form.
38)
dateBox Javascript Object
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.
39)
DHTML Sortable Grid Control (With Form Elements)
This is a JavaScript form tool that can provide the user’s webpage with a sortable grid. This is a pure client side JavaScript supporting sortable grid control. You can also submit the contents of the grid to the results page to view the form elements posted.
40)
Disable "Enter" key in form script
Is the user pressing the "Enter" key in the middle of your form causing inadvertent and incomplete form submissions? This script disable the "Enter" key when pressed inside chosen fields of your choice. Moreover, it then advances the cursor to the next field within the form.
41)
Drop-in form validation
Drop-in form validation is written in javascript and is a program that can be used to check whether any required field is empty or not before submitting the form.
42)
Duplicate Form Field
Duplicate Form Field is a simple and easy to use javascript program that helps users to duplicate one form field value into another by just copying the value.
43)
Duplicate Form Field
This duplicates one field of a form to another by copying the value to the end of another field. Shows a form field in which the domain name is added to the email address, which cannot then be changed.
44)
Dynamic Form
Dynamic Form is a simple and easy to use program and is written in javascript that helps users to create forms in real time on their web pages. The form fields can be easily customized by users.
45)
Echo Form Field
Echo Form Field is a JavaScript that can change the value of another text field when data is filled up in one text field. The value in the other text field cannot be then changed.
46)
Editing Express
Editing Express is a javascript program which helps the users to edit their color forms easily and quickly. Users have to just double click on the color code to change the form color.
47)
Email Validator
Email validator is a simple JavaScript code snippet that can be implemented on the client side for email address validation specified by the user while filling up any of the forms in your webpage.
48)
Enabling/ disabling form elements using JavaScript
This tutorial shows you how to use JavaScript to dynamically enable and disable form elements, making the process of filling out forms more intuitive.
49)
Erase Text
Erase Text is a simple and easy to use program that can be used to erase a form fields entries with just a click. This program is written in javascript.
50)
Field Preview
With Field Preview you can type something in the field and preview it instantly.
Browse Pages: |< 1 [2] [3] [4] >> >|
|
|
|
|
|