The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: JavaScript :: Scripts and Programs :: Forms
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 202    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7 8 9 10 11

   Number formatter   Hits: 3040 

 
This easy to use number formatting script will allow you to format your numeric fields easily. You can specify the default format, pass custom long AND short formats easily with ONKEYPRESS. (For example: a telephone number can be formatted as (###) ###-#### OR ###-#### depending on how many characters your user enters). This script can be used for any numerical format, such as dates, phone numbers, social security numbers, etc. If your user goes beyond the length of the format (a telephone extension, for example) it leaves the remaining input untouched. Designed to be easily customizable, this script can be pasted in quickly and easily! You use 1 script for unlimited fields, and they can each be formatted in a different way. This script now includes templates for formating common number entries, such as telephone numbers and SSNs. You can easily change or create your own formats.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Mar 16 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Validate/Format Phone Numbers   Hits: 3095 

 
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 remaining string is 10 characters in length, the script then formats by adding a "-" after the third and sixth digits. Resulting in a mask like ###-###-####.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Mar  5 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Auto-complete type-ahead dropdown menu   Hits: 9396 

 
This script adds auto-complete/type-ahead/ tracing/find-as-you-type effect to dropdown menus in Internet Explorer. In IE, when user press "MA" in a dropdown menu, IE will first select the first option starting with "M", then select the first option starting with "A", giving user "AK" while user actually wanted "MA" for Massachusetts. Using this script, user will get “MA” if “M” and “A” are consecutively typed (if user type “M”, then after a while “A”, user will still be taken to “AK” as an intended behavior). Comments in script is provided so that one can customize to determine how fast user has to type to get “MA” not “M”, “A”. Currently all printable characters on keyboard and keypad are supported (except for those needing the "shift" key). Both IE and Gecko-based browsers (firefox, mozilla, netscape, K-meleon etc.) are supported. Version 1.0 supports your using user-typed value to populate other menus.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 12 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (4) Visitor Ratings

   Validate/Format Social Security Number   Hits: 1731 

 
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 string is 9 characters in length, the script then formats by adding a "-" after the third and fifth digits. Resulting in a mask like ###-##-####.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Mar  5 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   JavaScript Spell Check - Spell Checking for Website Forms. AJAX Compatible   Hits: 4604 

 
JavaScript Spell Check is a comprehensive spell checking component for JavaScript. JavaScript Spell Check is compatible with AJAX, ASP, ASP.NET, DHTML and WC3 HTML and XHTML. It is also compatible with almost all modern web browsers. A Free Trial is available to download. SPELLCHECKER DIALOG: A SpellCheck Window similar to that in Microsoft Word. This is ideal for spell checking website forms and data entry, intranets, rich editors and CMS. AJAX SPELL CHECK: A fully featured Ajax Spellchecking API. SPELLCHECK() FUNCTION: function added to JavaScript to allow realtime spell checking and suggestions. INTERNATIONAL: Java Script Spell Check provides international spellchecking in 11 languages - including English, French, German, Italian, Dutch, Portuguese. You can also add your own custom dictionaries.


Free   Version: 1.5   Platform(s): windows   Updated: Tue Feb 20 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Skinnable Radiobuttons   Hits: 1567 

 
Skinnable Radio Button 4.0.0 is finally a successful (in my opinion) attempt for reliable, accessible and semantic skinning of radio buttons. The solution makes use of real radio buttons with labels and their toggle functionality and skinned list-items, allowing single-line and multi-line radiobutton list rendering, native client- or server-side validation and easy skinning using just three images and a few lines of css. Currently it comes with five skins ready to use - AcidMartin, Mac, MacRed, Vista and VistaGreen. Optionally, skinning could be disabled and then the real radio buttons are visible.


Free   Version: 4.0   Platform(s): windows   Updated: Sun Feb 18 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generic JavaScript Validator   Hits: 2075 

 
Generic JavaScript Validator is a cross-browser JavaScript library that combines DOM and regular expressions for client-side validation of forms. It can validate any number of forms on HTML documents. It also supports user-defined JavaScript functions.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 12 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Unobtrusive Javascript Validation   Hits: 1203 

 
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 done for you. No javscript knowledge required! Full documentation and example available.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Feb 10 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Retrieve and display title information from combo   Hits: 1069 

 
This script retrieves the title from option tags included in a form and display the title inside a div box at the bottom of the multiple combo. It uses the getElementById() function.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Live Text Counter   Hits: 1356 

 
This text counter can be used to count upto character limit for a form field. When user inputs data in field, it shows how many charecters left for every single keypress.


Free   Version: 1   Platform(s): n/a   Updated: Sun Jan 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Auto Form Value   Hits: 1154 

 
This simple script can automatically clear the default value of a field upon mouse click and also can restore the default value if user lefts the field without entering any data. This is helpful to show "Search here" inside the search field. When user clicks on the field it is erased and if used don't input any keyword and left the field then the default value automatically returns.


Free   Version: n/a   Platform(s): n/a   Updated: Sun Jan 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Open Random Link   Hits: 403 

 
With these script you can help your visitors when they are confused about where to go from you links. When they press a button a link is randomly selected and window location moves there automatically.


Free   Version: 1   Platform(s): n/a   Updated: Sun Jan 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Auto-clear default values in all form input fields   Hits: 533 

 
Automatically searches for all text boxes with values and converts their values into grayed text that disappears when the input receives focus. If the user has not typed anything and switches the focus to another input, the default value will re-appear.


Free   Version: n/a   Platform(s): linux, windows, osx   Updated: Wed Dec 20 2006

Listing Details
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Autofill input with listed suggestions   Hits: 1959 

 
Tag editor helps to select a word from an existing list. While you are typing the script shows the tags which contain the typed letters. It is possible to navigate with keyboard among the appearing tags. Using the enter or selecting with a mouse click puts the selected tag into the input. You can continue your work with the next tag by typing a comma.


Free   Version: n/a   Platform(s): n/a   Updated: Wed Nov 29 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ultimate form validation   Hits: 4576 

 
The script: * real time verifies that a string is numeric, otherwise it deletes the non-numeric character. * watches the status of the CapsLock * verifies a string is empty, numeric, date, alphabetical, email. * verifies the matching of two passwords. * verifies the right format of a phone number. * verifies the minimum or the maximum numbers of the characters in an input. * has language independent error messages. * displays error messages in a div or in an alert box.


Free   Version: n/a   Platform(s): n/a   Updated: Wed Oct 25 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Foul   Hits: 5301 

 
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 advanced conditions and tests for the fields of a form. The language makes building tests as easy as saying what you want. The tests include, blank fields, numbers, phone numbers, credit cards, urls, zip codes, states, emails, social security numbers, ranges, lengths, dates, file types and much more. Foul also contains an auto-formatting feature which fixes the data before it's sent.


Free   Version: 1.7.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Oct  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (2) Visitor Ratings

   Form Validator   Hits: 3641 

 
It's a javascript form validator that can highly validate any type of forms. It highly validates the email address so that visitors bound to write down right email.


Free   Version: 1   Platform(s): n/a   Updated: Thu Sep 28 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   tdAutoSelectBox   Hits: 2303 

 
tdAutoSelectBox is designed to fully replace the browser rendered select boxes and multi-select boxes with a Windows-like "combo box" or auto-complete text box. Apart from avoiding the various issues with the browser rendering of select boxes, tdAutoSelectBox adds the ability for a user to type inside the select box for faster entry, just like a combo box. You may also further customize tdAutoSelectBox in ways that are impossible with browser-rendered select boxes and multi-select boxes. In addition, new AJAX capability has been added for advanced web site developers. Now, tdAutoSelectBox can call-back to server-side scripts and process data dynamically.


Free   Version: 2.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Sep 20 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Remember Text field values   Hits: 1013 

 
Certain form fields always contain the same values, such as your user's name, email address fields etc. This script will remember the values entered into these fields, and automatically fill out these fields the next time the user returns.


Free   Version: n/a   Platform(s): linux, windows   Updated: Wed Sep  6 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Enhanced country selection   Hits: 2139 

 
This is a enhanced way to provide the user to select his country. No more popups with unstyled country list, but a good-looking list with flags and colors. Fully customizable


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Jul 24 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 202    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7 8 9 10 11

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog