I am creating a website where the use of javascript is a priority, so I would like to know how to detect if the browser is running javascript when visiting my site, and if not, address it or give it the option to activate it immediately.
I am creating a website where the use of javascript is a priority, so I would like to know how to detect if the browser is running javascript when visiting my site, and if not, address it or give it the option to activate it immediately.
You can use the tag
<noscript>
to redirect him to a page that informs him that Javascript is disabled.use the tag
<noscript>