Archive for the 'JavaScript' Category

Auto Complete Forms Scripts & Programs JavaScript

Auto Complete Auto Complete is a tool that allows to create editable select/drop-down lists. The drop-down list is filtered on real time based on the user’s input. This way the users are not restricted to the values already in the list and does not need to make the selection from [...]

Live Text Counter Forms Scripts & Programs JavaScript

Live Text Counter This text counter can be used to count upto character limit for a form field. When user inputs data in field, it shows how many charecters left for every single keypress.

Check E-Mail Addresses Forms Scripts & Programs JavaScript

Check E-Mail Addresses Use this JavaScript to ensure that e-mail addresses provided in a form submission contain a prefix, the ‘@’ sign, and an appropriate suffix (.com, .net, etc.).

Multi File Fields Forms Scripts & Programs JavaScript

Multi File Fields Multi File Fields is an extension developed for Adobe Dreamweaver, which allows to dynamically generate file fields on a webpage. If you use Multi File Fields, you won’t have to worry about the number of file fields to place in your forms; these will be generated dynamically [...]

Search Listbox Items - FREE Forms Scripts & Programs JavaScript

Search Listbox Items - FREE A very simple and powerfull Search Listbox Items javascript !!!! This script search listbox items by entering first letters… usefull for long listbox.

jsVal: JavaScript Form validation framework Forms Scripts & Programs JavaScript

jsVal: JavaScript Form validation framework jsVal is a JavaScript program used for validating HTML Forms on the client side. This allows HTML forms to be validated in the browser without having to send a request to a sever (PHP, ASP, Perl…). jsVals saves you from having to write complicated validations [...]

Javascript Image combobox Forms Scripts & Programs JavaScript

Javascript Image combobox Custom dropdown features: * Fully Skin-able * Your original dropdown is safe, so your form post will not be messed * An image can be inserted with your text. * You can covert all combobox as a custom combobox, you can convert by id, multiple ids, or [...]

Form Element Virtual Keyboard Interface Forms Scripts & Programs JavaScript

Form Element Virtual Keyboard Interface Add accessibility to your text field, password field and textarea form elements with this handy javascript virtual keyboard. Simply include the javascript and CSS files in your pages, and apply a special class to the elements you want to be “keyboard enabled”. An icon will [...]

JS Auto Form Validator Forms Scripts & Programs JavaScript

JS Auto Form Validator This is a very easy-to-setup form validation script. The main idea is: we heed to write NOTHING of JavaScript to handle whole form validation process. This script allows you to specify certain form elements as “required” or “non-required” and also what specific type they have: text, [...]

Javascript Get Variables Forms Scripts & Programs JavaScript

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.