简体   繁体   中英

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

It says javascript error but I debugged with Firefox and I don't get any error...

Could you give me some help ?

Here is where it crashes on 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

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. At least you will see whether and what HTTP trafic IE send.

With fiddeler you will be able compare HTTP trafic in IE7 with the trafic in Firefox.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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