![]() |
||
Javascript - Formsform Scripts & FunctionsControling the content inside an input box This script is able to control the content being typed inside input boxes. On key up, the last entered character is sent to a function which analyses the type of character and removes it in case it does not fit the allowed ones. There are 2 examples, one for digits only and another one allowing text without numbers. form category Selecting several checkboxes This script is often used on pages where you need to select all checkboxes in one row ticking a top one. For instance in webmail system. form category Counting words and characters Counting words and counting characters inside a textarea box is very useful when dealing with online forms. As an example when you wish the user to fill in data which should not exceed a certain amount of characters or and words, you can simply adapt this script. form category Filling a form through a frame
We use javascript to fill a form contained in the main frame from a left frame. Upon button click, the data is sent to the form. form category |
|
Categories |