Scripts n'Stuffs
Directory

Subscribe to this category

Top > JavaScript > Scripts and Programs > Forms  

Web Links
Sort By :
41. Javascript Get Variables



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.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 12 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

42. Form Validation



This is a simple form validation script that checks for empty fields. Dreamweaver offers very little in JavaScript form validation unless you're using Cold Fusion. In my opinion the built-in form validation behavior in Dreamweaver is sloppy and not user friendly.This script creates required fields and makes sure that the fields are not empty when the user submits the form. If the required fields are empty, the form does not submit and the focus is set to that text field. Setting the focus is a nice feature because the user is directed to the exact field that produced the error.You can do more with this script by making sure the form does not contain certain words, email address validation, and so on. For this demonstration I am only showing the basic script. Feel free to modify and utilize this script in any way you see fit. If you have any questions, contact me.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

43. Verify/notify For Duplicate Fields



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.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

44. Dynamic Forms



The Dynamic Form script illustrates how you can create forms that can be expanded as users add items. DHTML is used to dynamically generate content and update the page.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

45. DynaTable



DynaTable is an API that enables the dynamic entry of repeating datasets in modern browsers. The API consists of a number of classes that enable the implementation of functionally rich client-based data entry forms, without requiring any special plugins or additional authoring software.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 5 Rating: 4.00 Votes: 1
Pick Top Rated
Member Reviews Visitor Ratings

46. fValidate



Validate huge forms in just minutes! Easy to add your own validation types. Validates blanks, numbers, length minimums, decimals, money, selects, checkboxes, radio buttons, phone numbers, zip codes, email addresses, IP addresses, SSNs, dates, file uploads, credit cards and more, including logical validation such as comparisons. Validate data without requiring field. Toggle reset/submit button disabling, toggle send confirmation, and setup for one by one or group error modes. CSS-based error notification with 29 separate error-modes. NEW -- language files for i18n support. Low namespace footprint for maximum compatibility with other scripts. Full documentation and API on the website.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 9 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

47. Form Field Validation



This series of functions provide common form validation for required fields, dates, numbers, and email addresses.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

48. Basic URL Validate



This is a basic validate script for a entered URL. It checks for "http://" and the "com, net, org, info, biz, ws, us, tv, cc" extensions.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 8 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

49. Print Out Current Window Script



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.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

50. Credit Card Validation Script



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.
Category:   JavaScript > Scripts and Programs > Forms

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:      5      


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS