熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> Javascript >> 正文

通過Javascript代碼來使用鼠標的中鍵

2022-06-13   來源: Javascript 

  第一步把下列代碼放到<head></head>中

  <script>
function bbimg(o){
    var zoom=parseInt(ostylezoom )||;zoom+=eventwheelDelta/;if (zoom>) ostylezoom=zoom+%;
    return false;
}
</script>

  第二步把下列代碼放到<body></body>中

  <a onfocus=thisblur() ;  target=_blank title=新窗口打開><img SRC= ;  border=  onmousewheel=return bbimg(this) onload=javascript:if(thiswidth>screenwidth)thisstylewidth=screenwidth;></a>

  本人測試時使用的是IE其他的浏覽器不知道支持不?大家可以自己去測試一下


From:http://tw.wingwit.com/Article/program/Java/Javascript/201311/25299.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.