我在一个无法访问的开发人员的参数范围内工作,他为我们的产品创建了一个 html 生成系统。每当生成新页面时,他都会放置:
<!-- updated page at 05/MAY/2010 02:58.58 -->
<!-- You must use the template manager to modify the formatting of this page. -->
导致我的代码看起来像:
<!-- updated page at 05/MAY/2010 02:55.30 -->
<!-- You must use the template manager to modify the formatting of this page. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
我根本不相信 IE 会读取这种 doctype,因为在查看开发人员屏幕时,它会以 Quirks 模式呈现……还有其他方法可以迫使 IE 退出这种可怕的 Quirks 模式吗?我一直在尝试联系开发人员,但他一直很不可用..
提前感谢您提供的任何帮助。
//编辑:
这是否可以通过 javascript 来实现,使用加载命令来访问父页面?