Tell me please!
I have a web form, it checks the fields using JavaScript. It is necessary to display a warning message on the page, if the user has JS scripts handling disabled in the browser settings.
- noscript - Zowie
|
1 answer
The noscript tag shows a message when javascript-e is disabled.
The
<noscript>container shows its contents if the browser does not support scripting or their support is disabled by the user. In other cases, the browser ignores this tag and everything inside it.
|