Records 1 to 20 of 57
|
» AJAX
» Background effect » Buttons » Calculator » Calendars » Clocks » Cookies » Effects » Forms » Games » Generators » Graphics » Menu » Miscellaneous » Navigation » Page-Details » Performance » Scrolling |
Forms JavaScripts
JavaScript Home » Forms
57 Forms JavaScripts
Sort: Most Viewed | Highest Rated | Newest
Check Keyword on Search FieldThis code will check the search field to make sure the keyword enter is valid....Added on: 8/30/2007 Hits: 664 Rating: (3.10) votes 39
Dynamic Select ExampleExample of JavaScript to with with Select Options...Added on: 8/11/2007 Hits: 542 Rating: (2.71) votes 21
Generating TextBoxesThis is a great script if you want to display a customised amount of textbox for adding Data. This script generates textbox to the chosen number of time to display text boxes. A very great script of auto generating text box....Added on: 7/7/2003 Hits: 1097 Rating: (3.11) votes 35
Textarea Copy ClipboardThis code will select and copy clipboard all contents in the textarea....Added on: 6/20/2003 Hits: 5652 Rating: (2.69) votes 54
IFRAMES:Passing valuesThis is a very beautiful script made using iframes where the values selected in the iframe is automatically updated in the mainpage. This script can be used for passing values to the mainpage. The values can be either a image or actual text. Everything is done using client side scripting saving t...Added on: 6/4/2003 Hits: 3122 Rating: (3.20) votes 25
Passing URL values to Popup windowsThis is a very useful script to send a value to a popup window and manipulating the same....Added on: 4/21/2003 Hits: 3568 Rating: (3.19) votes 32
Limit characters entered into a textboxThis is the script I use for the to limit the number of characters....Added on: 4/20/2003 Hits: 815 Rating: (3.12) votes 17
Convert to lowercaseThis script example uses the toLowerCase functionality of JavaScript to alter the text in a form textbox, you can use various events to call this operation such as onChange or onBlur etc ...Added on: 4/20/2003 Hits: 884 Rating: (3.17) votes 18
Auto Calculate in a Drop Down BoxAuto calculation script for a drop down menu, a very simple logic and very useful....Added on: 3/27/2003 Hits: 751 Rating: (2.75) votes 20
Auto Calculate in Text BoxA very useful script to auto calulate text box at client side....Added on: 3/27/2003 Hits: 4120 Rating: (2.74) votes 34
Automatic Date Display in Text boxAutomatic Date Display in Text box, a very useful script for auto generation of date....Added on: 3/27/2003 Hits: 366 Rating: (3.12) votes 17
Auto Validation popup for drop down menuThis script validates your input from the drop down box and confirms your entry chosen from the drop down box. Very useful for drop down box validations in a form....Added on: 2/21/2003 Hits: 419 Rating: (3.40) votes 20
Always-visible combo boxA twist to the good old JavaScript combo box, this script renders one that's always visible on the visitor's lower right screen. Take site navigation to the next level! ...Added on: 2/21/2003 Hits: 187 Rating: (2.88) votes 16
Advanced Email CheckA script that closely examines the content of a form box to ensure that the user entered a valid email address. If not, the form submition is canceled, and the surfer prompted to re-enter a valid address. The script makes the following assumptions regarding what a valid email address is....Added on: 2/21/2003 Hits: 369 Rating: (3.00) votes 17
When was the file created?This example demonstrates how to first create a FileSystem Object, and then use the DateCreated property of the File Object to get the date and time a specified file was created. ...Added on: 12/25/2002 Hits: 210 Rating: (3.00) votes 15
When was a file last modified?Checks when this file was last modified....Added on: 12/22/2002 Hits: 247 Rating: (3.00) votes 20
Locked TextboxPrevent your visitors from modifying the value stored in a textbox (without using input type=hidden) Just try to change the text in the box! Amazingly, it's a short less than one line script! ...Added on: 12/21/2002 Hits: 458 Rating: (3.06) votes 17
Items ListJavascript 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. ...Added on: 12/20/2002 Hits: 172 Rating: (3.00) votes 15
Format DateAutomatically formats date fields as the user enters the information. Also validates the date when complete date has been entered. Cross browser compatible, including Netscape 6+. Great! ...Added on: 12/20/2002 Hits: 261 Rating: (3.00) votes 17
Form Target FormattingAllows you to format the target window of a form from the form's target property. This allows for the use of window properties, variables, and other data manipulation to effect these options. Great! ...Added on: 12/19/2002 Hits: 254 Rating: (3.00) votes 15
Records 1 to 20 of 57
|