使用IE但不使用chrome

时间:2013-03-07 07:57:34

标签: javascript

下面是我用于在网页中显示图片的javascript代码。

  <a href="/LogoSnapShot/LogoSnapShot_nonjs.html" target="_new" onclick="return    OpenLogoSnapShot();">
  <script language="JavaScript">
  function altimg(sourceimg) {
  var img_with_logo=sourceimg.src;
  sourceimg.src=img_with_logo.substring(0,img_with_logo.search("BUYL")+4)+".jpg";
  sourceimg.onerror=null;
  }
  </script>
  <img id=prodImg name=ProdImage1 id=ProdImage1   src="http://ocs.landsend.com/OCS/corpsales/images/prod/17/67/176819DTKBUYL.jpg" onError="altimg(this);" width=250 height=250 alt="" border="0">
  </a>

' - '符号显示在chrome中的图像旁边,但在IE中它很好。任何人都可以帮我吗?

0 个答案:

没有答案