InterviewSolution
Saved Bookmarks
| 1. |
Check if a variable exist in JavaScript |
|
Answer» The <noscript> TAG is used in JavaScript to allow adding an alternate message if you disable JavaScript in the web browser. In this way a user can know whether the web browser has JavaScript or not. If it’s not there, then the message added USING the <noscript> is visible. The above code will allow the web browser that doesn't support JavaScript to display the text which we added under <noscript> tag i.e. "Your browser does not support JavaScript!". |
|