Listing of Forms in Scripts
- Expanding Textbox
- License: Freeware
- Price: 0.00

This script automatically expands the size of a textbox to fit all of the entered text..
- Publisher: Robert Khatchadourian
- Date: 19-02-2013
- Size: 102 KB
- Platform: JavaScript, Scripts
- More Text Boxes/TextAreas
- License: Freeware
- Price: 0.00

When all text and textarea boxes of a set have a value another set of text boxes are displayed. There may be as many sets as required on a page..
- Publisher: Vic Phillips
- Date: 18-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Log Viewer
- License: Freeware
- Price: 0.00

This code uses pure win32 api to create a listview control and fill it (in reports view) with the path and name of every log file on your system. Clicking on a name opens the file in notepad..
- Publisher: John Bell
- Date: 18-02-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Console Menu
- License: Freeware
- Price: 0.00

This program is a simple Menu which uses the UP, DOWN, PGUP, PGDN, ESC and ENTER keys. You can use is to create more then one menu with the same code..
- Publisher: Leonardo Custodio
- Date: 18-02-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Items List
- License: Freeware
- Price: 0.00

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..
- Publisher: javascript.internet.com
- Date: 18-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Extract Email Addresses
- License: Freeware
- Price: 0.00

Visitors sometimes include their email address inside the message field when they fill out forms. To deal with this, this script parses through the string and uses a Regular Expression to find then return a comma-separated list of the valid email addresses it finds.
- Publisher: Ronnie T. Moore
- Date: 16-02-2013
- Size: 102 KB
- Platform: JavaScript, Scripts
- Form A Table Database Storage and Retrieval Application
- License: Freeware
- Price: 0.00

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.
- Publisher: Marty Landman, Face 2 Interface Inc.
- Date: 16-02-2013
- Size: 205 KB
- Platform: CGI and Perl, Scripts
- Tab Navigation
- License: Freeware
- Price: 0.00

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.
- Publisher: Kyle LaDuke
- Date: 16-02-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Double-Click to Move Table Row
- License: Freeware
- Price: 0.00

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
- PORK.iframe
- License: Freeware
- Price: 0.00

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.
- Publisher: schizofreend.nl
- Date: 15-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Password Verifier Script
- License: Freeware
- Price: 0.00

This script allows you to keep your visitors from submitting their form until their "password" and "re-enter password" fields match, for verification purposes. They get an error message telling them to re-enter the passwords if they do not match..
- Publisher: Carey Walker
- Date: 15-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- E-Mail with Auto-Reply
- License: Freeware
- Price: 0.00

This mailer script is a quick way to get an e-mail form and autoresponder working on a site..
- Publisher: BrainCode.com
- Date: 15-02-2013
- Size: 10 KB
- Platform: CGI and Perl, Scripts
- Creating and manipulating window regions
- License: Freeware
- Price: 0.00

This code demonstrates the creation of complex regions and how to employ them to create 'windows with holes'..
- Publisher: Mark Jundo
- Date: 13-02-2013
- Size: 72 KB
- Platform: C and C plus plus, Scripts
- Highlight active text input
- License: Freeware
- Price: 0.00

This script is easy to configure. All you have to do is to define how the active input should be highlighted. This is done by CSS. Then you have to call a function at the bottom of your page to initialize the script. .textInput,textarea is the rule for the inputs when they're not highlighted.
- Publisher: dhtmlgoodies.com
- Date: 13-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- jQuery Autocomplete Mod
- License: Freeware
- Price: 0.00

jQuery Autocomplete Mod will autofill pre-populates text box as you type. Features:- Supports local data array (can now use w/out AJAX). - Limit dropdown to XX number of results (good for limiting the results to users) - Autofill pre-populates text box as you type - New findValue() method can be used to programmatically determine if the value in the box is a valid option.
- Publisher: PengoWorks.com
- Date: 12-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- RichEdit
- License: Freeware
- Price: 0.00

This example shows you how to impliment a RichEdit control into your applications using WIN32 API. It shows how to use EM_STREAMIN, EM_STREAMOUT, copy and paste to clipboard, and also how to drag and drop files right into your RichEdit. Streaming is done using file objects as well as strings.
- Publisher: PlanetCPP-Chris(Hound)
- Date: 12-02-2013
- Size: 20 KB
- Platform: C and C plus plus, Scripts
- Comment Form
- License: Freeware
- Price: 0.00

Comment Form allows a site administrator to process the results of Web-based forms in a number of ways. The application can be used to generate dynamic email or to create and build a log file or database to track usage of HTML-based forms. The processing of forms is configured by taking advantage of various hidden form tags included in the HTML form created by the administrator, so very little coding knowledge is needed to use this script.
- Publisher: Extropia
- Date: 12-02-2013
- Size: 666 KB
- Platform: CGI and Perl, Scripts
- Tree View
- License: Freeware
- Price: 0.00

Tree View code shows some of the features of a treeview and how to implement them in your Win32 application..
- Publisher: PlanetCPP-Chris(Hound)/Micheal(xix)
- Date: 11-02-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Form Mailer
- License: Freeware
- Price: 0.00

Form Mailer is a generic Perl Script which will enable you to: - Process just about any form from your website - Validate the form online before allowing it to be sent - Show the user what data he will be sending before he clicks - Email the contents of the form to you - Redirect the user to a specific destination depending on data in the form - Pass parameters to the destination URL The Script also has security features to prevent others from hijacking your SMTP server.
- Publisher: Webnet77.com
- Date: 10-02-2013
- Size: 10 KB
- Platform: CGI and Perl, Scripts
- Validation (SSN)
- License: Freeware
- Price: 0.00

This script validates the Social Security Number using either the 9 digit or NNN-NN-NNNN format. The number ranges can be easily changed by the S.S.A, so this is not checked..
- Publisher: Sandeep V. Tamhankar
- Date: 09-02-2013
- Size: 102 KB
- Platform: JavaScript, Scripts
- RegExp Validation
- License: Freeware
- Price: 0.00

This script allows you to make form validation using regular expressions. None of the information submitted in the forssions.&ld..
- Publisher: Travis Beckham
- Date: 08-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Rank Them
- License: Freeware
- Price: 0.00

This script allows you to create a survey asking people to rank things, and this script will validate that everything is ranked, and no rankings are repeated.It could be adapted into a puzzle or game..
- Publisher: javascript.internet.com
- Date: 07-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Limit Textarea
- License: Freeware
- Price: 0.00

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>.
- Publisher: Ronnie T. Moore
- Date: 05-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Fonts To Your Controls
- License: Freeware
- Price: 0.00

This code lets you change the font of your window controls. Code that is marked off by comments and this also shows you how to use the ChooseFont common dialog. This is pure win32 API, no MFC..
- Publisher: PlanetCPP-Chris(Hound)/Micheal(xix)
- Date: 04-02-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Controlled Boxes
- License: Freeware
- Price: 0.00

This script allows checkboxes to be checked and unchecked based on the selection in another checkbox. If the ALL box is checked, all the other choices go unchecked. If another choice is checked, then the ALL box goes unchecked.It is useful when constructin the ALL forms or surveys.
- Publisher: Scott Waichler
- Date: 04-02-2013
- Size: 102 KB
- Platform: JavaScript, Scripts
- javascript drag and drop
- License: Freeware
- Price: 0.00

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
- Submit Changer
- License: Freeware
- Price: 0.00

This script changes the caption of the form's submit button while the form is being submitted. This helps to eliminate the confusion that can sometimes occur when a form takes quite a while to be processed by the server..
- Publisher: Mike Fernandez
- Date: 02-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Copy Contact Info
- License: Freeware
- Price: 0.00

This script lets users enter there information in a form and copy it to a different form on the same page..
- Publisher: Gabe Graves
- Date: 02-02-2013
- Size: 102 KB
- Platform: JavaScript, Scripts
- Smut Engine
- License: Freeware
- Price: 0.00

You can use this javascript to ensure that forms submissions do not contain words you don't want. It can eliminate dirty words or competitors names. minate digt;.
- Publisher: javascript.internet.com
- Date: 02-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Browse for folder with a Quick Pick
- License: Freeware
- Price: 0.00

Customized version of the "Browse for folder" dialog. It creates quick picks to your selected directories. The project can be used in either a MFC project or Win32..
- Publisher: Lars Werner
- Date: 01-02-2013
- Size: 51 KB
- Platform: C and C plus plus, Scripts

