Home | JavaScript | Forms
 

Forms

 
Scripts 1-30 of 120
Pages: Go to 1 2 3 4 Next >> page 

wForms: A Javascript Extension to Web Forms v0.99.3

Downloads 10  Views 157

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...

Advertisements:

select value set 1.0

Downloads 9  Views 106

This JavaScript function allows you to set the value of a select tag without having to know its position in the list. In the sample above, type in a letter of the alphabet and then click on the find button. My Little Scripts - select-value-set.php...

jValX - easy XHTML compliant form validation 2.01

Downloads 7  Views 87

Tired of writing form validation scripts? Embed it all in your html form and let jValX do the rest! XHTML 1.0 STRICT compliant Jeff Emminger creates custom database driven websites at affordable prices.

dhtmlxTreeGrid 1.0

Downloads 20  Views 84

dhtmlxTreeGrid is a cross-browser JavaScript component that combines editable table and tree view. It represents both hierarchical and tabular data and allows client-side data entry and editing. Ajax support and rich JavaScript API brings great...

dateBox Javascript Object 2.0.1

Downloads 1  Views 56

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...

flooble Dynamic Calendar 1.0

Downloads 6  Views 59

The flooble Dynamic Calendar control is a DHTML script you can drop into an existing HTML form to allow visitors to point and click to a date, rather than typing it in using 3 separate form elements or forcing them to conform to a date format. And...

Virtualshop 1.0

Downloads 2  Views 39

This program draws items on fly from a small database and elaborate an order on the basis of the selected items only. The order can then be handled by an e-mail program on user's pc. Input data Virtual Shop A JavaScript CrossBrowsers DataBase, the...

Validate Date field script 1.0

Downloads 8  Views 66

This script validates a date field to ensure it's in the format mm/dd/yyyy. It also intelligently checks that the date ranges are valid, so something like 02/30/2005 is caught. Cut & Paste Validate Date field script Click here to get free...

Validate Form Data Before Submit 1.0

Downloads 2  Views 37

This shows another method to verify text boxes input and then put the focus into missing data boxes. It also checks some things to see if the email is "valid" - other tests could be added as determine viable. The alerts can be used, but...

Validate Phone Number 1.0

Downloads 12  Views 102

Validates a phone number against the regular expression: (555) 555-1234 Validate Phone Number - JavaScript - Source Code | DreamInCode.net

Validate Zip Code 1.0

Downloads 3  Views 32

Validates a zip code based on both US zip code schemes: 12345-1234 or 12345 Validate Zip Code - JavaScript - Source Code | DreamInCode.net

Validate empty form fields and e-mail addresses 1.0

Downloads 8  Views 107

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...

Validate/Format Phone Numbers 1.0

Downloads 10  Views 90

The purpose of this script is to format and validate Telephone Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid phone number. If there...

Validate/Format Social Security Number 1.0

Downloads 11  Views 112

The purpose of this script is to format and validate Social Security Numbers in a form field. The script strips all non-numeric characters and then validates that the remaining characters are sufficient to make up a valid SSN. If there remaining...

Validation (Num. or Chars) 1.0

Downloads 3  Views 38

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...

Unobtrusive Javascript Validation 1

Downloads 1  Views 27

Just add these files to your webpage header, and the script will automatically validate your web forms for incorrect user input. Just specify some specific classes and a title for each element, and when the user clicks submit all the checking is...

Update Price of Selected Item 1.0

Downloads 2  Views 35

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...

Tigra Form Validator 1.0

Downloads 3  Views 44

Tigra Form Validator is free JavaScript component performing client side form validation. With its reach feature set the script can be used with HTML forms of virtually any complexity. This component is simple way to improve visitors' experience,...

Tigra Form Validator PRO 1.2

Downloads 5  Views 47

Tigra Form Validator PRO is professionally designed JavaScript component performing client-side form validation of any complexity. The script supports most of the data types used in online forms and it can be easily extended with any custom types....

Textarea maxlength script 1.0

Downloads 13  Views 68

This is a simple but effective script for extending your textarea with a maxlength attribute, so the user's input cannot exceed a certain number of characters. Dynamic Drive DHTML scripts- Textarea Maxlength script

Synforce 1.0.1

Downloads 2  Views 34

Synforce is a Javascript library that provides real-time syntax enforcement on data entered into text input boxes in HTML forms. Synforce is Open Source software, licensed under the GNU Lesser General Public License (the LGPL). The input text box...

Strip HTML tags (form) script 1.0

Downloads 12  Views 120

This script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or even pose a security risk. Cut & Paste...

SpamCheck: Stop Online Form Spam 1.0

Downloads 11  Views 66

Are you tired of your online forms getting spam? Well, stop them in their tracks! This ingenious coding will stop your HTML or PHP forms from being spammed. It's a sleek and very professional looking add-on for any HTML or PHP website form. It...

Smart Forms 1.01

Downloads 4  Views 67

Smart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since it is fast and it takes the load off the server;...

Submit Once 1.0

Downloads 11  Views 64

Do you ever receive multiple copies of a single form submission? Do your visitors click the submit button over and over, hoping it will hurry up the process? This script will solve the problem by preventing the visitor from submitting the form...

Select All Text 1.0

Downloads 4  Views 42

This is a simple JavaScript example for allowing users to select/highlight a textarea content with a click of button. CodeAve.com/JavaScript - Select All Text Select All Text

Select All/None Select List 1.0

Downloads 9  Views 80

This is a simple JavaScript showing how to select all or none of the items in a select list. All the items are shown (not a drop down list) only to show that they are all selected or none are selected. Javascript Examples : Home Page Free...

Select List Of Current Month 1.0

Downloads 12  Views 70

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. Javascript Examples : Home Page Free Javascript examples with javascript tutorials and live demos.

Select Menu 3 ... Switch at will 1.0

Downloads 6  Views 52

Group and split your long option list into some short sub-lists and switch between them with ease. Select Menu 3

Select Validation 1.0

Downloads 2  Views 29

This JavaScript allows you to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled. The JavaScript Source: Forms: Selection Validation Use JavaScript to ensure that visitors choose both a radio button...

Scripts 1-30 of 120
Pages: Go to 1 2 3 4 Next >> page
     
Scripts Categories
Top Scripts
Latest Scripts Search