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 Scripts.com 
Developer Forums  
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 9

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

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: 3.66 out of 5 3.66 out of 5 3.66 out of 5 3.66 out of 5 3.66 out of 5
Price: Free
Version: ?
Platform: Unix/Linux/Windows
Date Added: Tuesday, Dec 09, 2003
Last Updated: Tuesday, Mar 09, 2004
Visit Website

Verify/notify For Duplicate Fields
JAVASCRIPT SCRIPTS
Javascript Scripts

Many forms will require the user to enter an email address twice (to check for typographical errors). This script immediately notifies the user when the two fields match - it's a nice, user-friendly touch, and safe for all browsers.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.42 out of 5 3.42 out of 5 3.42 out of 5 3.42 out of 5 3.42 out of 5
Price: GPL
Version: 1.1
Platform: Linux - Unix - Windows
Date Added: Monday, Jun 21, 2004
Last Updated: Tuesday, Jun 22, 2004
Visit Website

javascript get variables
JAVASCRIPT SCRIPTS
Javascript Scripts

This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5
Price: Freeware
Version:
Platform: Linux
Date Added: Monday, Mar 28, 2005
Last Updated: Monday, Apr 04, 2005
Visit Website

Tigra Slider Control
JAVASCRIPT SCRIPTS
Javascript Scripts

Tigra Slider Control - is DHTML component for the websites that adds vertical and horizontal trackbar capability to the HTML forms similarly to the controls widely used in desktop applications. The position of the handler is translated into the value from specified range and placed in existing input box of the HTML form. The slider is simple improvement that makes the interface more user friendly. Features: any number of controls can be added to any number of forms; attaches to the existing form input (text or hidden), synchronizes both ways; both vertical and horizontal sliders are supported; result is mapped to value from specified numeric range; supports discrete values (increments), this can also be used to specify result's precision; customizable appearance, can be configured to match look and feel of existing interface; acts as additional level of input validation - user can't select the value from outside of specified range; low weight and high performance; object oriented easy to read JavaScript implementation for those who want to learn DHTML programming; simple user interface improvement, fun to use; easy setup - no programming skills required, samples and documentation provided.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5 3.37 out of 5
Price: Freeware
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Tuesday, Feb 26, 2008
Last Updated: Wednesday, Mar 05, 2008
Visit Website

Tigra Form Validator
JAVASCRIPT SCRIPTS
Javascript Scripts

Tigra Form Validator is free JavaScript component performing client side form validation. With its rich feature set the script can be used with HTML forms of virtually any complexity. This component is a simple way to improve visitors' experience, robustness and resource efficiency of your web application. Scripts has the following features: multiple forms per page supported, number of verified form fields is not limited, form fields can be verified to match predefined formats, highlights form field labels on error, prevents multiple submits by blocking specified controls, error reporting via alert box, optional set up error reporting, minimum efforts to set up and maintain, all popular browsers supported, future browser's versions ready.

Rate Script | Read Reviews | Write Review | Email Script

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

Formchecker
JAVASCRIPT SCRIPTS
Javascript Scripts

Anyone that has ever developed a web-application will probably have been confronted with the frustrations of it's users, that if they leave the page without saving the data they have entered, it all will be lost.This script will end those frustrations!! When included in any page (with the <script>-tag) you can activate it once the page is loaded (with the onLoad event) to store the current 'states' of all the forms in the web-page. Then, when the user tries to leave the page, it will perform another check and if it appears the state of the form(s) have been altered (the user has changed some data), it will alert the user of this and give the possibility to cancel leaving the pageIt also provides a function with which you can submit any form without triggering this alert. And it also provides a possibility to exclude certain elements from the check (so they can be changed without triggering the warning)

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: $0
Version: 1.0
Platform: Linux - Unix - Windows
Date Added: Wednesday, May 03, 2006
Last Updated: Monday, May 08, 2006
Visit Website

Submit Once
JAVASCRIPT SCRIPTS
Javascript Scripts

Submit Once is multi-platform compatible. 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 after the first submission. Basic field validation also included.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: Free
Version: ?
Platform: Other
Date Added: Friday, Jan 30, 2004
Last Updated: Wednesday, Feb 11, 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: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: Free!
Version: 1.0
Platform: Other
Date Added: Thursday, Jan 29, 2004
Last Updated: Wednesday, Feb 11, 2004
Visit Website

Select Validation
JAVASCRIPT SCRIPTS
Javascript Scripts

Select Validation is multi-platform compatible. This JavaScript allows you to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.31 out of 5 3.31 out of 5 3.31 out of 5 3.31 out of 5 3.31 out of 5
Price: Free
Version: ?
Platform: Other
Date Added: Friday, Jan 30, 2004
Last Updated: Wednesday, Feb 11, 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: 3.23 out of 5 3.23 out of 5 3.23 out of 5 3.23 out of 5 3.23 out of 5
Price: Free
Version: -
Platform: All
Date Added: Friday, Sep 19, 2003
Last Updated: Saturday, Mar 06, 2004
Visit Website

Pages: 1 2 3 4 5 6 7 8 9

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

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


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap