搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I cannot see pictures at this site: http://www.microsoft.com/middleeast/arabicdev/office/office2007/officeMsproject.aspx

  • 1 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

If I load the page with IE8, I see the pages but not with FireFox 5.0

If I load the page with IE8, I see the pages but not with FireFox 5.0

所有回复 (1)

more options

That is because the images have backslashes in the URL.

You can use this bookmarklet to see the images.


javascript:(function(){var i,j,A=['src'],a,T=['IMG'],E,t,S=/\\/g,R='/';for(j=0;t=T[j];j++){a=A[j];for(i=0;E=document.getElementsByTagName(t)[i];i++){if(E.hasAttribute(a)){E.setAttribute(a,E.getAttribute(a).replace(S,R));}}}})();

由cor-el于修改