SunQuest
 
       Form Scripts
  Home arrow JavaScript Scripts arrow Form Scripts
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Script  
Developer Forums  
Forums Sitemap 
Actuate Whitepapers 
VeriSign Whitepapers 
IBM® developerWorks 
Sun Developer Network 
Free White Papers 
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.
Form Scripts
 
Pages: 1 2 3 4 5 6 7 8

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

Credit Card Validation Script
JAVASCRIPT SCRIPTS
Javascript Scripts

Credit Card Validation Script is multi-platform compatible. This script verifies whether a credit card number follows some well known rules for various card types. For example, it checks the number of digits in the card and compares the starting digits for that card against the known digits for that card type. It also uses an algorithm called the Luhn algorithm that does a kind of checksum on the card number.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5
Price: Freeware
Version: ?
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

JavaScript Form validations made easy
JAVASCRIPT SCRIPTS
Javascript Scripts

JavaScript Form validations made easy is multi-platform compatible. 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 validations becomes a daunting, repetitive task. Save yourself from coding long validations for your forms. Here is a simple, powerful form validation code. Using this code, you can do the common form validations in a snap.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5
Price: ?
Version: 2.0
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

Tigra Form Validator PRO
JAVASCRIPT SCRIPTS
Javascript Scripts

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. Offering rich feature set, and great browser compatibility Tigra Form Validator PRO is suitable for any HTML form imaginable so visitors benefit from uniform, intuitive and friendly client side validation. We collected all the features offered by client side validators and made them easy to manage. * Multiple forms per page supported * Number of verified form fields is not limited * Form fields can be verified to match predefined formats: o alphabethic (i.e. full name) o alphanumeric (i.e. nickname) o unsigned integer o integer o real (float) number o e-mail address o phone number (incl. hyphens & dots) o date dd-mm-yyyy - (customizable) o time hh:mm:ss - (customizable) * Any number of custom formats can be seamlessly added o regular expression for simple formats o JavaScript routine for complex formats * Relation checks across form fields (i.e. password match) * Highlights form field labels on error * Prevents multiple submits by blocking specified controls * Powerful error reporting featureset: o alert box o embedded message o confirmation alert box o embedded confirmation message o user-defined error processing function o any function can be handled instead of message output * Localization ready - customize validator messages for language of the site * Reduces network load and improves visitor experience * Minimum efforts to set up and maintain * All popular browsers supported (compatibility table) * Backed up with knowledgeable technical support

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5
Price: 29.00
Version: 1.3
Platform: Linux - Unix - Windows
Date Added: Wednesday, Feb 20, 2008
Last Updated: Thursday, Feb 28, 2008
Visit Website

Highlight form element script
JAVASCRIPT SCRIPTS
Javascript Scripts

Highlight form element script is multi-platform compatible. Increase the "intuitiveness" of filling out forms on your site with this script. It applies coloring to the form element in focus, better indicating which one the user is currently on.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5 2.80 out of 5
Price: Free
Version: ?
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

Editable JavaScript TreeGrid
JAVASCRIPT SCRIPTS
Javascript Scripts

EJS TreeGrid is DHTML component written in pure JavaScript to display and edit data in table, grid, tree or grid with tree. It is client component and runs on client browser. It is compatible with the most of standard browsers. It does not require any installation or other components on client or server side. It has very small code (about 50 kB) due compression used. It communicates with server by standard HTML submit (POST) command, so it is very easy to build control into html page . Bandwidth between server and client is reduced to minimum because all actions are performed on client side and from and to server are sent just pure data on submit.Supports among others: Various editing types and formats, dragging one or more rows (even among more grids), adding and deleting rows, sorting rows, resizing and moving columns, scrolling of parts of content - fixed and variable rows and columns, CSS styles, user script extension by events, user cfg in cookies, master-detail relationship, calculated cells like MS Excel, localization, ...

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.79 out of 5 2.79 out of 5 2.79 out of 5 2.79 out of 5 2.79 out of 5
Price: $600
Version: 2.1
Platform: Linux - Unix - Windows
Date Added: Friday, Jul 29, 2005
Last Updated: Wednesday, Aug 03, 2005
Visit Website

Font Dialog Box
JAVASCRIPT SCRIPTS
Javascript Scripts

Font Dialog Box is multi-platform compatible script that provides your users with a GUI font dialog box to select the style(CSS) they want for their text or for any portion of their page.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.78 out of 5 2.78 out of 5 2.78 out of 5 2.78 out of 5 2.78 out of 5
Price: Free
Version: ?
Platform: Unix/Linux/Windows
Date Added: Tuesday, Dec 09, 2003
Last Updated: Tuesday, Mar 09, 2004
Visit Website

Flooble Hierarchical Select Menu
JAVASCRIPT SCRIPTS
Javascript Scripts

Flooble Hierarchical Select Menu is multi-platform compatible. Ever have an HTML form with a select Menu so big that you wish you could make it easier to use? Perhaps what you need is a hierarchical select. Most software you have on your computer has the functionality: if a menu becomes too long, developers usually break it up into sub-menus for easier management. These often have multiple levels of depth - this is why they are called "Hierarchical Menus". Unfortunately, HTML does not have this nifty option. Web designers are stuck with the same old <SELECT> Menu, which can only list options linearly. There is of course the little-known <OPTGROUP> tag, but browsers choose to list all the groups in one long linear list, so there are very little actual advantages to its use...

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.78 out of 5 2.78 out of 5 2.78 out of 5 2.78 out of 5 2.78 out of 5
Price: Free!
Version: 1.0
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

Stealth Form Reader
JAVASCRIPT SCRIPTS
Javascript Scripts

Stealth Form Reader is multi-platform compatible program illustrates how to actually read and process fields of information from a form (including proper number to number conversion) on a webpage WITHOUT the need of having to actually use the traditional submit button (and writing sometimes long parsing functions that everyone seems to be using) before any processing is done.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.77 out of 5 2.77 out of 5 2.77 out of 5 2.77 out of 5 2.77 out of 5
Price: Free
Version: 1
Platform: Other
Date Added: Tuesday, Dec 09, 2003
Last Updated: Tuesday, Mar 09, 2004
Visit Website

AniButton
JAVASCRIPT SCRIPTS
Javascript Scripts

Create your own fancy form buttons with many more options and features, withabsolutely no programming experience and total control over customizationby clicking here. Create this and 69 other custom scripts!.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.76 out of 5 2.76 out of 5 2.76 out of 5 2.76 out of 5 2.76 out of 5
Price: Free
Version: -
Platform: All
Date Added: Friday, Sep 19, 2003
Last Updated: Saturday, Mar 06, 2004
Visit Website

Form field Limiter
JAVASCRIPT SCRIPTS
Javascript Scripts

Form field Limiter is multi-platform compatible. This script limits the amount of text a user can enter into particular INPUT or TEXTAREA elements, plus displays in real time the number of characters remaining.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.75 out of 5 2.75 out of 5 2.75 out of 5 2.75 out of 5 2.75 out of 5
Price: Free
Version: ?
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

Pages: 1 2 3 4 5 6 7 8

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.

Iron Speed

 

 
Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway