How to enable JavaScript in your browser and why
Posted by jpluimers on 2017/03/02
Just in case it’s not enabled yet: How to enable JavaScript in your browser and why
It even has some html to redirect to it, which I’ve replaced with the wayback machine (and put into a gist as WordPress kills noscript tag blocks and everything they contain.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <noscript> | |
| For full functionality of this site it is necessary to enable JavaScript. | |
| Here are the <a href="http://web.archive.org/web/20160402005258/http://www.enable-javascript.com/" target="_blank"> | |
| instructions how to enable JavaScript in your web browser</a>. | |
| </noscript> |
I needed it as at a client site, one of the embedded devices would show the message “Javascript is required to use this web portal” in various web browsers so I had to check the JavaScript status in each browser.
–jeroen






Leave a comment