Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以检测浏览器的状态是否被禁用。我可以更改用户浏览器的 Javascript 状态吗?这意味着如果它被禁用,我想通过经典asp的服务器端代码启用它。任何其他服务器端语言都可以。但这可能吗?
不,不可能通过任何类型的服务器端代码在用户浏览器中启用 JavaScript。如果您的应用程序依赖于 JavaScript,您可以使用<noscript>标签通知用户他们需要启用 JavaScript。
<noscript>
http://www.w3.org/TR/html-markup/noscript.html