如何检测是否在xhtml中禁用了javascript

时间:2012-11-03 18:22:32

标签: javascript redirect noscript

我有一个xhtml网站,附带合适的xhtml标题('Content-type:application / xhtml + xml'),因此它被视为xml文档。该页面在很大程度上依赖于Javascript,如果禁用Javascript或发生错误,我想实现重定向。

<noscript>
    <meta http-equiv='refresh' content='0; url=http://www.google.com' />
</noscript>

方法不起作用,因为总是触发刷新,因为<noscript>»不能在xml文档中使用«,这就是规范所说的。但是我如何管理重定向呢?

0 个答案:

没有答案