简体   繁体   English

为什么这些链接在IE7中不起作用?

[英]Why doesn't these links work in IE7?

I don't understand why I cannot click the tags on top in IE7 on this website 我不明白为什么我不能在这个网站上点击IE7顶部的标签

It says javascript error but I debugged with Firefox and I don't get any error... 它说javascript错误,但我用Firefox调试,我没有得到任何错误...

Could you give me some help ? 你能给我一些帮助吗?

Here is where it crashes on IE : 这是IE崩溃的地方:

document.getElementById("").SetReturnValue(__flash__toXML("http://www.sanstitre.ch/drupal/sites/default/files/files/projects/WM 1976/videos/P1030297.flv","460","345")) );

document.getElementById("") returns null document.getElementById(“”)返回null

You can try debug this problem with Internet Explorer Developer Toolbar http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038 or Fiddler tool (see http://www.fiddler2.com/fiddler2/ ) which works as a proxy and can help also in the most of situation. 您可以尝试使用Internet Explorer开发人员工具栏http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038或Fiddler工具调试此问题(请参阅http:// www .fiddler2.com / fiddler2 / )作为代理,在大多数情况下也可以提供帮助。 At least you will see whether and what HTTP trafic IE send. 至少你会看到IE发送的HTTP流量是什么。

With fiddeler you will be able compare HTTP trafic in IE7 with the trafic in Firefox. 使用fiddeler,您可以将IE7中的HTTP流量与Firefox中的流量进行比较。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM