Home     PHP / Javascript / Ajax
JavsScript Codes
第一頁 23456最末頁

JavsScript Codes > forms

Flooble Hierarchical Select Menu Free

Rate: | Price: Free | Demo: | Views: 7436

PHP Script Codes > forms
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 ... More

JS-CheckForm Free

Rate: | Price: Free | Demo: | Views: 7364

PHP Script Codes > forms
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. S ... More

Chained Selects Free

Rate: | Price: Free | Demo: | Views: 7340

PHP Script Codes > forms
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 s ... More

Highlighting Form Text Areas on Mouse Click Free

Rate: | Price: Free | Demo: | Views: 7325

PHP Script Codes > forms
This simple script set shows how to highlight (select) the text in a form's textarea by clicking on a link. Useful for code listings, order form information, or other material the visitor may wish to copy to the clipboard with Control+C. ... More

Submit a form only once Free

Rate: | Price: Free | Demo: | Views: 6833

PHP Script Codes > forms
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. ... More

Form Validator Free

Rate: | Price: Free | Demo: | Views: 6684

PHP Script Codes > forms
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 i ... More

Check Form Free

Rate: | Price: Free | Demo: | Views: 6641

PHP Script Codes > forms
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. ... More

Validation Free

Rate: | Price: Free | Demo: | Views: 6580

PHP Script Codes > forms
Let Javascript help you receive feedback from your visitors. The script also requires that all fields must be completed before the form is submitted. ... More

Change Color of Form Components Free

Rate: | Price: Free | Demo: | Views: 6520

PHP Script Codes > forms
This script allows you to set the colors of the form components using the style properties. It works in IE only. ... More

Drop-In Form Validation Free

Rate: | Price: Free | Demo: | Views: 6223

PHP Script Codes > forms
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 sit ... More

wForms: A Javascript Extension to Web Forms Free

Rate: | Price: Free | Demo: | Views: 6122

PHP Script Codes > forms
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 o ... More

JS Auto Form Validator Free

Rate: | Price: Free | Demo: | Views: 6102

PHP Script Codes > forms
This is a very easy-to-setup form validation script. The main idea is: we heed to write NOTHING of JavaScript to handle whole form validation process.

This script allows you to specify certain form elements as "required" or &q ... More

Filter Large Select Lists Free

Rate: | Price: Free | Demo: | Views: 6025

PHP Script Codes > forms
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 provides a Ja ... More

Foul Free

Rate: | Price: Free | Demo: | Views: 5947

PHP Script Codes > forms
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 ... More

Select Validation Free

Rate: | Price: Free | Demo: | Views: 5830

PHP Script Codes > forms
This JavaScript allows you to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled. ... More