This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 respuesta
  • 1 tiene este problema
  • 4 visitas
  • Última respuesta de 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

Todas las respuestas (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));}}}})();

Modificadas por cor-el el