帧内容未出现在Firefox中

时间:2010-09-05 00:29:04

标签: html firefox markup frames frameset

这个简单的框架集在Firefox中不起作用(IE7,8,Chrome可以)。 main没有显示footer。框架窗口分隔线与屏幕顶部齐平,但即使向下拉动该分隔线,也不会显示main内容。

它在DOCTYPE下验证。有什么想法吗?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title></title>
    <meta http-equiv="cache-control" content="no-cache"/>
    <meta http-equiv="pragma" content="no-cache"/>
  </head>
      <frameset rows="*,33">
          <frame name="main" src="internalpage.html" />
          <frame name="footer" src="http://www.example.com/externalpage.html" />
      </frameset>
</html>

1 个答案:

答案 0 :(得分:2)

好的,事实证明它是Ad Block Plus。我已经在Firefox上启用它来测试某些Ajax调用是否正在通过,并且忘记了它就在那里。

过去我遇到过Ad Block Plus的另一个问题:

https://stackoverflow.com/questions/3482385/adblock-is-killing-my-xmlhttprequests-work-around

有趣的程序:杀死免费的互联网,弄乱xmlhttprequests,并阻止从本地主机提取的帧内容。 Boo Ad Block Plus