Home > By category > Scripts > Forms
Sort by : Name|Date|Downloads|Rating|

Listing of Forms in Scripts

This script will sort options in a select box. The first select box is the criteria and the second is the select box to be sorted. In short, it takes the options and adds them to an array, then removes the options for the select box, sorts the array then addes the sorted array of options to the select box.

  • Platform: JavaScript, Scripts

This javascript produces a textarea that you can populate with links or buttons. This script is unique because it allows you to limit the size of your textarea by changing the select tag attributes..

  • Publisher: SelmanD
  • Date: 01-02-2013
  • Size: 10 KB
  • Platform: JavaScript, Scripts

I won't go into very much detail as the script is still in an alpha stage of development At a glance: * Unobtrusive javascript (an obligation in these heady days of web-two-oh) * Validates multiple forms per page * Multiple validation rules can be stipulated for each form field * Leverages the power of Regular Expressions * An additional callBack function can be defined within the form tags class attribute * Validation rules are stipulated within harmless HTML comments, removing the need for adding invalid attributes to the DOM or extra in-line classnames to the form fields themselves (Caveat: it does mean therefore that comments are added to the HTML markup) * Both input fields and their associated labels targeted, giving the developer two opportunities to visually indicate erroneous input to the user * Both warnings and errors thrown warnings before the submit button has been pressed and errors after * Individual fields can be validated onchange or onblur (hint: for accessibility reasons, always try to use the onchange event) * Works with both implicit and explicit labels Note: The script will quietly fail Internet Explorer 5.

  • Platform: JavaScript, Scripts

Tis script allows your surfers to easily select the contents of your form elements. It has also the ability to concurrently copy the content to clipboard (memory) as well (applicable only in IE 4 )..

  • Platform: JavaScript, Scripts

Form to Inbox script is a simple form parsing script..

  • Platform: CGI and Perl, Scripts

SearchField is a simple lightweight, unobtrusive script that adds styling and behaviour to your search form fields. All you need to make SearchField work is a simple form field and 2 lines of code (links to css and js file) and you are ready to rock.

  • Platform: JavaScript, Scripts

Line Wrapper script wraps entries in a textarea box to a specified number of characters per line you want.For example, the script can automatically insert a return after each 50 spaces, so that the form contents you receive are more readable. (The script does indifferently break lines in mid-word, a possible fix for the next version?).

  • Platform: JavaScript, Scripts

This script validates that every Radio Button question that has been answered on a form ..

  • Platform: JavaScript, Scripts

The use of "forms" in an internet page is a must when you need your viewer to supply you with some information. However to get this information off the browser machine to the location you want is normally the difficult part. We have created a script in the Perl language (CGI) that will allow any number of fields used in a form to have their data saved in a file on your own web server, this script is executed once the "post" or "submit" command is sent.

  • Platform: CGI and Perl, Scripts

This script checks that postcodes are in correct format. It is written for UK format, but could be easily adapted for other countries..

  • Platform: JavaScript, Scripts

This script checks form fields to verify that each specified field is not left empty. It displays a warning message if any empty fields.

  • Platform: JavaScript, Scripts

This script will sort an array of dates with the month spelled out. This is done by converting the date into a more mahis is doformat..

  • Platform: JavaScript, Scripts

WIN32API Toolbar code is an example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation)..

  • Publisher: Mike C
  • Date: 20-01-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

This advanced color picker is based on Yahoo's UI library, more specifically, the slider widget. This script helps you to integrate the color picker with forms on your page, so clicking on specific form fields causes the selected color value to be populated inside them in real time.

  • Publisher: yahoo
  • Date: 17-01-2013
  • Size: 51 KB
  • Platform: JavaScript, Scripts

This script allows you to add a Google/Yahoo search option to your Web pages. Using radio buttons, you can search each engine individually or both at the same time..

  • Platform: JavaScript, Scripts

This script verifies that a string is numeric, otherwise it deletes the non-numeric character..

  • Platform: JavaScript, Scripts

This example shows how to implement a Listbox control into your applications. It also shows how to add, delete, kill duplicates and search for an item. & add, delt;.

  • Platform: C and C plus plus, Scripts

RGB ColorPicker is a javascript color selection tool. It features an RGB color cube which allows users to easily select the desired color. It's also possible to enter HTML rgb hexcodes or decimal RGB triplets. The corresponding color will be shown by the colorpicker.

  • Platform: JavaScript, Scripts
  • dFilter
  • License: Freeware
  • Price: 0.00
  • Rating

This script will easily allow you to add an input mask to a textbox. The mask for a phone number could look like this for example "(###) ###-####"..

  • Publisher: Fred Serry
  • Date: 13-01-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

This script allows you to copy the shipping address fields to the billing address using a checkbox. It is very simple and easy to implement..

  • Platform: JavaScript, Scripts

This script allows the user to enter a number with up to 2 decimal places in a text box. In other words, 99 is ok, 99.9 is ok, 99.99 is ok, but 99.999 is rejected. You can easily change the number of decimal places that are permitted. (i.e. 1, 2, 3, etc.

  • Publisher: Fred Serry
  • Date: 09-01-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

This code illustrates the use of the combo box control with no MFC (Microsoft Foundation Class)..

  • Platform: C and C plus plus, Scripts

Common control part 1 code introduces basic updown, spin and status bar..

  • Publisher: Flighter
  • Date: 09-01-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

This script offers your users the ability to check or uncheck multiple boxes on a form..

  • Publisher: Kiran Pai
  • Date: 09-01-2013
  • Size: 10 KB
  • Platform: JavaScript, Scripts

DHTML No-Block PopUp Window will create a non-blockable popup window. It appears as a seperate window layered above your page. You can time it to delay opening on your page and automatically center its position. The script is heavily commented where the variables an be assigned your particuliar values.

  • Platform: JavaScript, Scripts

Ketchup is a slim jQuery Plugin that validates your forms. It aims to be very flexible and extendable for its appearance and functionality. Don't like the default styling? Change it! Need another mark up? Edit it! No validation fits your needs? Write your own! Make your own ketchup with ease.

  • Platform: JavaScript, Scripts

This script automatically removes specified characters from input box. Good for fields that require only text/number inputs. Easily modified to accept only text or only numerals..

  • Platform: JavaScript, Scripts

This example shows how to put your apps icon in the system tray and have a menu attached to it..

  • Platform: C and C plus plus, Scripts

This script replaces single or multiple spaces in a text box entry with plus ( ) symbols. It is useful if your server's form processing or database management program requires this type of encrypted format..

  • Platform: JavaScript, Scripts

This is the first Time Picker that utilizes a very easy drag and drop interface. With it's unique design, anyone can drag the minutes or hour hands independently to select a time. Here is a quick list of features: - Easy to use and implement. - Independent hours and minutes hands.

  • Publisher: NoGray.com
  • Date: 04-01-2013
  • Size: 256 KB
  • Platform: JavaScript, Scripts

New Downloads

RationalPlan Single Project
for Linux

RationalPlan Single Project is
a project management software
covering the project
management areas starting with
WBS ...

Express Animate Animation
Free

Express Animate is free
animation software that gives
you the ability to animate
shapes, text and imported
images.

ClickCharts Free Flowchart
Software

ClickCharts Free Diagram and
Flowchart Software lets you
lay out your ideas,
organization, process or
create UML ...

Express Accounts Accounting
Free

Express Accounts Accounting
Software Free is professional
business accounting software.
This product is perfect small
...

Express Accounts Free for
Mac

Express Accounts Accounting
Software Free for Mac is
professional business
accounting software. This
product is perfect ...

Billiards Pyramid

Moscow Billiards is a Piramyd
billiards simulator. The game
can be played either against a
computer or human opponents
...

NetSpot

NetSpot 2 is the only
professional app for wireless
site survey, Wi-Fi analysis
and troubleshooting on Mac OS
X. It\'s ...

PDF-XChange Lite

PDF-XChange Lite is a reduced
version of PDF-XChange
Standard that contains basic
features for use when printing
...

WinToUSB

WinToUSB allows you to
install/clone Windows
11/10/8.1/8/7 to USB drive or
Thunderbolt drive as a
bootable Windows drive, ...

Free 2D Barcode Generator

The programe generates and
prints most popular matrix and
stacked 2D barcode symbologies
including Aztec Code, Data ...