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

Listing of Forms in Scripts

HotTrack Buttons is a small reusable class to implement HotTrack bitmap buttons (flat buttons that change as the mouse moves over them). Also shows a very simple method for transparent bitmaps. (Win32 api code only)..

  • Publisher: Chris Witt
  • Date: 12-05-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

Funny Shaped Window shows how to use 'Regions' to create different shaped windows..

  • Publisher: Chris Witt
  • Date: 19-05-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

This script removes the dollar sign ($) and commas (,) from a a text box. It is useful if you require input of only numbers. You may also modify the script to filter out whatever characters you want..

  • Platform: JavaScript, Scripts

This script controls a maximum textarea input amount and updates a counter with how many characters are left. Dynamic fix will allow you to use this script in multiple textbDynamic f;/p>.

  • Platform: JavaScript, Scripts

javascript can remember a list of several items you enter. Just enter an item and click 'Add to List'. When you are finished, click 'Show List' to see the entries..

  • Platform: JavaScript, 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

The user can create a colored, controlable Console Menu for his programs with this code. The Colors can be changed inside the program. All Console Colors are available..

  • Publisher: G-Man.NET
  • Date: 04-03-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

This script automatically expands the size of a textbox to fit all of the entered text..

  • Platform: JavaScript, Scripts

This script uses cookies to save information from a form and repopulate the form the next time the user visits. It works in MSIE, Netscape, and Opera..

  • Publisher: Nick Baker
  • Date: 06-04-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

Form A Table is a freeware application licensed under the GNU Public License. Using a form page on your site you can add data to a Mysql or flat file database. Then using the query screen visitors can do searches on any column of the database and sort the results.

  • Platform: CGI and Perl, Scripts

This script allows a visitor for the selection of multiple checkboxes in a form. It create the buttons dynamically with unobtrusive javascript..

  • Platform: JavaScript, Scripts

This code shows and explains how to make controls on a window using pure API, using CreateWindow and CreateWindowEx. This example shows how to make list boxes, edit controls, and buttons. Not only does it tell you how to make them but also how to use the.

  • Platform: C and C plus plus, Scripts

Simple WINAPI is a program that shows how to make windows, dialogs, buttons, open files, load and display BMP's, working with resources, and more. This is pure API, no MFC..

  • Publisher: Anze Cerin
  • Date: 07-03-2013
  • Size: 51 KB
  • Platform: C and C plus plus, Scripts

It parses the page elements and looks for a certain class name trigger inside certain HTML elements (table, tr, td, li, ul, dt, dd). See demo pages for more info: - Demo1 : http://www.dhtmlgoodies.com/ - Demo2 : http://www.dhtmlgoodies.com/ - Demo 3 : http://www.

  • Platform: JavaScript, Scripts

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

  • Platform: CGI and Perl, Scripts

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

  • Platform: JavaScript, Scripts

The framework's options can be called on a web form via two different APIs, designed for simple and advanced configurations. Here are some key features of "Validanguage": * The documentation, and the functionality itself, was designed for use by both javascript-savvy Web developers and those with no experience writing javascript.

  • Platform: JavaScript, Scripts

This simple script allows you to add inline, clickable comments to your webpages without using up any space. The visitor can just click on a hyperlink, and view any sidenotes you wished to make - much like a footnote. You can have as many post-its as you want on your page, and have full control over each of them look.

  • Platform: JavaScript, Scripts

Color Picker Widget is an advanced color picker script that can be easily integrated into any form field(s). Based on YUI's Color Picker, it extends it with the following user friendly features: - Ability to display the Color Picker either inline on the page, or as a floating widget, activated by clicking on a "control".

  • Platform: JavaScript, Scripts

PORK.Iframe is a really easy way to submit your forms without reloading the page, in just one line of javascript like you're used from the popular 'AJAX' frameworks. PORK.Iframe was built from moo.ajax which was altered to to hook your form's onsubmit event, dynamically create a hidden iframe tag, set your form's target to that hidden iframe, and then fire an event as soon as the response got back.

  • Platform: JavaScript, Scripts

You can offer sort mechanisms for text, numbers, dates and currencies, by simply adding an external script to a page and a class to a table! The script is very easy to install, use and customize. It provides a good compatibility with all modern web browsers.

  • Platform: JavaScript, Scripts

Ever wanted to drag an element or image on your webpage? You can try using this very lightweight javascript drag handler. You can attach this drag handler to any relative or absolute positioned element. First include the script at the top of your code (you can find the code in the source code section of this page).

  • Publisher: webtoolkit
  • Date: 03-02-2013
  • Size: 10 KB
  • Platform: JavaScript, Scripts

Script allows users to move rows up and down on a table by simply double-clicking on the source row and then again on the destination row. By using a double-click event handler, one can avoid "clashing" with click events, thus, allowing the scripts use to be isolated (installed without breaking other scripts).

  • Publisher: 4thorder
  • Date: 16-02-2013
  • Size: 10 KB
  • Platform: JavaScript, Scripts
  • JS-Memo
  • License: Freeware
  • Price: 0.00
  • Rating

JS-Memo script allows you to create memo boxes. This javascript is very easy to install and use. It is also compatible with all major web browsers, such as Internet Explorer, Netscape Navigator, Opera, Fire Fox and more..

  • Platform: JavaScript, Scripts

You could use this DHTML script to make certain form elements flash with glee. It's a great way to draw attention to "important" fields, such as the submit button, etc..

  • Platform: JavaScript, Scripts

You've probably seen this feature inside the comment forms of blogs, where a checkbox lets you specify whether to remember the values of certain text fields and recall them later. Well, this script adds such a feature to any form! The script operates like so: - Remembers and recalls any form's text field(s) globally, so the values are persisted across the same form anywhere on your site.

  • Platform: JavaScript, Scripts

One of the most popular form validation tasks is to check that important fields within a form have been filled out by the user. This is a generic script that will do just that, by verifying that mandatory fields are filled in before form submission. If one or more of the required fields are empty, a popup dialog will appear showing the omitted fields.

  • Publisher: L K Toh
  • Date: 12-05-2013
  • Size: 102 KB
  • Platform: JavaScript, 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

You could use this javascript to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled..

  • Platform: JavaScript, Scripts

New Downloads

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

FolderMill

FolderMill monitors a folder
and automatically prints or
converts incoming documents to
PDF, JPG or TIFF. Just define
...

ClickCharts Free Flowchart
Software

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

DocuFreezer

DocuFreezer converts Word,
Excel, PowerPoint, XPS, DWG
and other files to universally
accepted PDF, JPEG, PNG, TIFF,
TXT. ...

HelpNDoc

Full-featured help authoring
tool, easy and powerful,
producing HTML help files,
CHM, PDF, Word, iPhone, ePub,
Kindle and ...

Radmin VPN

Radmin VPN - is a free and
easy-to-use software product
to create virtual private
network (VPN). The program
allows users ...

OzGIS

OzGIS is an extensive system
for the analysis and display
of geographically referenced
data. The system can be used
to ...

NetSpot for Windows

NetSpot is an application for
Windows 7/8/10 that is used
for wireless analysis,
troubleshooting and wireless
site survey.

Active Partition Manager

Active@ Partition Manager
helps you manage storage
devices and the logical drives
or partitions that they
contain. You ...

Photo Pos Pro photo editor

Photo Pos Pro photo editor is
the ultimate tool to turn you
digital photos into stunning
artworks, create eye-catching
...