Lastest JavaScripts: Form http://www.javascriptbank.com/rss/form/ Lastest JavaScripts: Form en Copyright (C) JavaScriptBank.com 60 jsB@nk.com RSS Auto Thousand-Grouped Number Input Fields <img src="http://www.javascriptbank.com/javascript.images/form/auto-thousand-grouped-number-input-fields.jpg" width="100" height="100" align="left" style="margin: 5px;" />One more JavaScript code example to build an auto thousand-grouped number after the users finish to type. JavaScript source code looks good and very easy to use. http://www.javascriptbank.com/auto-thousand-grouped-number-input-fields.html 1301894577 Simple JavaScript Code for Layer Display Toggle <img src="http://www.javascriptbank.com/javascript.images/form/simple-javascript-code-layer-display-toggle.jpg" width="100" height="100" align="left" style="margin: 5px;" />One more JavaScript code example to show/hide a layer every time the users click the specified text link. In live demo of this JavaScript code example, the script used to toggle the comments in a post. http://www.javascriptbank.com/simple-javascript-code-layer-display-toggle.html 1301379870 JavaScript RegEx Example Code for Text Input Limitations <img src="http://www.javascriptbank.com/javascript.images/form/javascript-regex-example-code-text-input-limitations.jpg" width="100" height="100" align="left" style="margin: 5px;" />One more <a href="http://www.javascriptbank.com" title="JavaScript code example">JavaScript code example</a> to limit user inputs with many options: non-alphanumeric characters with spaces, removes extra spaces (multiple consecutive, leading and trailing) and blank lines. In this live demo, you can only enter upto 20 characters per line or a total of 10 lines. The advantage of this JavaScript code example is it's made with RegEx, so user input filters will be processed better. http://www.javascriptbank.com/javascript-regex-example-code-text-input-limitations.html 1299481935 Simple JavaScript for Auto-Sum with Checkboxes <img src="http://www.javascriptbank.com/javascript.images/form/simple-javascript-auto-sum-with-checkboxes.jpg" width="100" height="100" align="left" style="margin: 5px;" />This JavaScript code example uses a for loop to calculate the sum of <a href="/=JavaScript checkbox value">JavaScript checkbox values</a>. This JavaScript will display a running total automatically when visitors click to select an item without reloading the current page. Very easy to edit and implement into your existing web forms. http://www.javascriptbank.com/simple-javascript-auto-sum-with-checkboxes.html 1298442305 JavaScript Dynamic Drop Down Values on Action <img src="http://www.javascriptbank.com/javascript.images/form/javascript-dynamic-drop-down-values-on-action.jpg" width="100" height="100" align="left" style="margin: 5px;" />If your web pages have a huge list of options to show in the <a href="/=drop down menu" title="drop down menu">drop down menus</a> (listed into categories), why don't you consider to use this JavaScript dropdown code example? This <a href="/=JavaScript dropdown menu" title="JavaScript dropdown menu">JavaScript dropdown menu</a> generates multiple choices of <a href="/=drop down list" title="drop down list">drop down list</a> in your web forms. Users click a link of category to change the content of drop down list dynamically. Add as many <a href="/=JavaScript dropdown value" title="JavaScript dropdown value">JavaScript dropdown value</a> and categories as you want. Full detailed documentation of script explained in the script comments. http://www.javascriptbank.com/javascript-dynamic-drop-down-values-on-action.html 1298269548 JavaScript Proper Social Security Number Validation <img src="http://www.javascriptbank.com/javascript.images/form/javascript-proper-social-security-number-validation.jpg" width="100" height="100" align="left" style="margin: 5px;" />One more <a href="http://www.javascriptbank.com/" title="JavaScript code example">JavaScript code example</a> to accept numeric characters. But this JavaScript will work in the different manner, it only allows a set number of characters to be entered into a text field and then focus on the next element, the users can still enter other characters but the form will be disabled until they entered right. Easy to implement and edit as you want. http://www.javascriptbank.com/javascript-proper-social-security-number-validation.html 1297063042 JavaScript Text Auto-Select onClick <img src="http://www.javascriptbank.com/javascript.images/form/javascript-text-auto-select-onclick.jpg" width="100" height="100" align="left" style="margin: 5px;" />If this JavaScript code example installed on a web page, when users click on text-container HTML elements then it will select all of its inner text automatically. At present, this JavaScript code made to work on elements such as input, textarea, div, span, td, and pre. You still can edit it to work more HTML elements as you want. That's so helpful for website with a lot of text. http://www.javascriptbank.com/javascript-text-auto-select-onclick.html 1296543600 JavaScript OOP with Input Display Toggle <img src="http://www.javascriptbank.com/javascript.images/form/javascript-oop-with-input-display-toggle.jpg" width="100" height="100" align="left" style="margin: 5px;" />Usage of this JavaScript code effect is just toggle (show/display) the input text fields when the users click the specified input checkboxes. But this JavaScript code example made with OOP skills, it's still a good JavaScript code example for JavaScript OOP beginners. http://www.javascriptbank.com/javascript-oop-with-input-display-toggle.html 1296194039 JavaScript Add More Unlimited Input Fields <img src="http://www.javascriptbank.com/javascript.images/form/javascript-add-more-unlimited-input-fields.jpg" width="100" height="100" align="left" style="margin: 5px;" />The type of this JavaScript effect can be seen on many upload-allowance sites, such as Youtube, Flickr, ImageShack, Picasa, etc. That's your visitors can upload files through this JavaScript code, after a file is selected (from local computer), another input field is automatically added for uploading. This JavaScript code made with DOM skills - a simple JavaScript code example but it's very effective to save the space for your web page. http://www.javascriptbank.com/javascript-add-more-unlimited-input-fields.html 1295853063 Simple JavaScript Number Formatter <img src="http://www.javascriptbank.com/javascript.images/form/simple-javascript-number-formatter.jpg" width="100" height="100" align="left" style="margin: 5px;" />This JavaScript code example provides us two functions to clean up and format numbers quite nicely. One <a href="/=JavaScript check number">JavaScript check number</a> function will take any decimal number, negative or positive, and formats it by adding commas every three digits. The other <a href="/=JavaScript number format">JavaScript number format</a> function can strip any non-numeric characters from a string leaving you with a valid decimal number. It also considers the minus sign and the period to be numeric and will not strip them unless the minus sign is not at the beginning of the number or there is more than one period. These JavaScript functions make use of regular expressions to do the heavy lifting. http://www.javascriptbank.com/simple-javascript-number-formatter.html 1294896171