Java Script (JS) Prog.
Submit/Reset/Button Codes in JS
Submit Related Codes Example : How to submit an html form by clicking a button in a html page using java script ? Example : How to identify a submit button from multiple submit buttons in an html page using java script ? Reset Related Read more…
Java Script (JS) Prog.
Password Box Codes in JS
Example : How to Validate/Check/Match Password and Confirm Password Box in HTML using JS.
Java Script (JS) Prog.
Arithmetic Codes in JS
Example : How to add two values and display the addition result [Addition of two values]. Example : A JS program/code segments to make a Simple Calculator through different ways.
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].
Java Script (JS) Prog.
Table Codes in JS
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…
Java Script (JS) Prog.
Radio Button Codes in JS
Example : How to Select/Deselect a Radio button in html using Java Script code?
Java Script (JS) Prog.
Check Box Codes in JS
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…
Java Script (JS) Prog.
Combo Box Codes in JS
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.
Java Script (JS) Prog.
Text Box Codes in JS
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…