| 1. |
Discuss How Can We Access Elements Using Java Script? |
|
Answer» Each elements of JavaScript can be ACCESSED by their names. To access the page, document element is used and to access the BROWSER the windowelement is used in the SCRIPT. This element’s values are required for several computing reason say validation check. For EXAMPLE: Each elements of JavaScript can be accessed by their names. To access the page, document element is used and to access the browser the windowelement is used in the script. This element’s values are required for several computing reason say validation check. For example: |
|