Home     PHP / Javascript / Ajax
JavsScript Codes

JavsScript Codes > forms

Smart Form Free

Rate: | Price: Free | Demo: | Views: 28347

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

Form Validation JavaScript Free

Rate: | Price: Free | Demo: | Views: 26838

PHP Script Codes > forms
Along with explanation this is a JavaScript that you can use with your forms to make sure that your visitors complete the necessary fields in your forms before the submission. ... More

Form Dynamically Display Parts Free

Rate: | Price: Free | Demo: | Views: 25474

PHP Script Codes > forms
This JavaScript example shows how to create a form that has a portion of the form shown (or hidden) upon certain user events. (radio button selection by the user in this example) Note: Netscape has a problem with embeding a portion of a for ... More

Confirmable Order Form Free

Rate: | Price: Free | Demo: | Views: 22932

PHP Script Codes > forms
this JavaScript can take the contents of an HTML order form, process them, and display the order for verification even including the grand total. When the user confirms the order by clicking the button, the order is emailed to you by using ... More

Validate Form Data Before Submit Free

Rate: | Price: Free | Demo: | Views: 20042

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

Print Out Current Window Script Free

Rate: | Price: Free | Demo: | Views: 17685

PHP Script Codes > forms
This simple cut-and-paste script opens the Print Dialogue, and lets your visitor print out the current page. Useful for information pages, script pages, receipt pages, etc. ... More

Form Field Validation Free

Rate: | Price: Free | Demo: | Views: 15488

PHP Script Codes > forms
This series of functions provide common form validation for required fields, dates, numbers, and email addresses. ... More

Form Validation Free

Rate: | Price: Free | Demo: | Views: 15040

PHP Script Codes > forms
you can use this JavaScript to ensure that all elements of a form are properly filled out before they can be mailed to you. It uses cookies for the form validation. ... More

Auto-complete type-ahead dropdown menu Free

Rate: | Price: Free | Demo: | Views: 13771

PHP Script Codes > forms
This script adds (correct) auto-complete/type-ahead/ tracing/find-as-you-type effect to dropdown menus in Internet Explorer and other browsers. In IE, when user press "MA" in a dropdown menu, IE will first select the first option ... More

Advanced Email Check Free

Rate: | Price: Free | Demo: | Views: 13174

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

Select All/None Select List Free

Rate: | Price: Free | Demo: | Views: 13050

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

JavaScript Form validations made easy Free

Rate: | Price: Free | Demo: | Views: 12399

PHP Script Codes > forms
Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form ... More

Check if its a number Free

Rate: | Price: Free | Demo: | Views: 12285

PHP Script Codes > forms
This is a validation JavaScript that checks the value inside a form box to ensure it's a number. ... More

Update Price of Selected Item Free

Rate: | Price: Free | Demo: | Views: 12160

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

Javascript color chooser Free

Rate: | Price: Free | Demo: | Views: 11943

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