Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

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

  • 1 odpoveď
  • 1 má tento problém
  • 4 zobrazenia
  • Posledná odpoveď od 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

Všetky odpovede (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));}}}})();

Upravil(a) cor-el dňa