我有一个隐形 iframe,它正在与大气彗星广播公司交谈。它在办公室的大多数计算机上都能正常工作。
在整栋大楼的一台计算机上,它坏了。问题似乎是有一个 iframe 以某种方式插入到该机器上:
<iframe style="position: absolute; width: 5em; height: 10em; top: -10000px;" src="javascript:'
<html>
<head>
<script>if("loadFirebugConsole" in window){window.loadFirebugConsole();}
</script>
</head>
<body>
</body>
</html>'">
</iframe>
(请注意,这个 html 的大部分内容实际上都在 src 中,用于打开 iframe 标记)。
那个 iframe 闪烁不定,当它出现时,它会破坏我正在处理彗星服务的 iframe。
我认为这与安装了 firebug 工具有关,但它发生在 chrome 和 firefox 上。
有没有其他人遇到过这种行为?