If an user has installed the JavaScript plug-in but is disabled (for security reasons, etc. using no-script or something similar) is there a way to auto-detect (with code, you could suggest the language) that you have JS BUT disabled? If so, switch automatically to the HTML version of the page.
I saw some posts (How to detect if JavaScript is disabled?) but I'm willing to do the switch automatically. Not printing a message saying that "you not have JS enabled" or so on (also, the solution for that question, is the most probable?).
(currently I'm not coding, just asking for general culture question)