Java Script (JS) Prog.
Date & Time Codes in JS
Example : How to create timer for a web page up to a desired value [Sports Timer].
Example : How to create timer for a web page up to a desired value [Sports Timer].
Example : How to display any cell content or value stored in an html table. Example : How to count the number of cells/columns in a particular row of an html table. Example : How to get unique index value of a clicked table row & finally delete them using Read more…
Example : How to Select/Deselect a Radio button in html using Java Script code?
Example : How to copy value from one html element to other empty html element [Check Box Copy] . Example : How to Show/Hide Text Box by clicking on Check Box [Hide/Unhide Text Box]. Example : How to enable/disable Text Box by clicking on Check Box [Enable/Disable Text Box]. Example Read more…
Example : How to set a default value in a combo box when user clicks a button using Java Script [Combo Set Default Value]. Example : How to show/hide text box on choosing Yes or No choice from a combo box using Java Script.
Example : Text Box codes in JS To Show/Hide Asterisk/Star Symbol When Text Box is Blank/Filled. Example : Text Box codes in JS to move the cursor to the next HTML element on pressing the Enter key/button from keyboard [Enter Key Event]. Example : How to make a text box Read more…
Text area Tag (<textarea> </textarea>) Example : How to create text area to store large size data. Example : How to limit the characters in text area . Example : How to fix border size (disable re-sizable property) of textarea.
for Submit Values in HTML (input type=”submit”) Example : How to create various submit button in html. for Reset/Clear/Clean Values in HTML (input type=”reset”) Example : How to create reset/clear/clean button in html. for Button Values in HTML (input type=”button”/<button> — </button>) Example : How to create various button in html.
For Number/Numeric Values in HTML (input type=”number”) Example : How to Enter only Number values in html. Example : How to Enter only number values in between 10 and 100 in html. Example : How to enter only number values up to 10 digits in html. Example : How to increase the size of Read more…
for Radio Values in HTML (input type=”radio”) Example : How to create radio button to select only one choice at a time in html. for Check Box Values in HTML (input type=”checkbox”) Example : How to create check box to select none/multiple choice at a time in html.