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: 1010 Rating: (2.71) votes 165
Dynamic Select ExampleExample of JavaScript to with with Select Options...Added on: 8/11/2007 Hits: 658 Rating: (2.78) votes 27
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: 1315 Rating: (3.04) votes 102
Textarea Copy ClipboardThis code will select and copy clipboard all contents in the textarea....Added on: 6/20/2003 Hits: 7554 Rating: (2.08) votes 172
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: 3230 Rating: (3.53) votes 53
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: 3653 Rating: (3.07) votes 42
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: 909 Rating: (3.29) votes 28
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: 1010 Rating: (3.03) votes 138
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: 901 Rating: (2.86) votes 35
Auto Calculate in Text BoxA very useful script to auto calulate text box at client side....Added on: 3/27/2003 Hits: 5590 Rating: (2.82) votes 49
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: 539 Rating: (3.30) votes 113
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: 472 Rating: (3.31) votes 26
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: 241 Rating: (2.82) votes 22
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: 458 Rating: (3.04) votes 25
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: 323 Rating: (2.61) votes 80
When was a file last modified?Checks when this file was last modified....Added on: 12/22/2002 Hits: 297 Rating: (3.08) votes 26
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: 512 Rating: (2.96) votes 23
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: 231 Rating: (2.96) votes 27
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: 326 Rating: (3.07) votes 28
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: 323 Rating: (2.88) votes 32
Records 1 to 20 of 57
|