Is there a way that JavaScript can be run even when JavaScript has been disabled in the browser by the user?
If not, what fallbacks are available?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope. There is no way to run JavaScript if it has been disabled in the browser. You cannot turn it back on programmatically.
As a fallback, you can always use the
<noscript>tags to tell the user to turn on JavaScript. For example: