javascript

位置:IT落伍者 >> javascript >> 浏览文章

通过Javascript代码来使用鼠标的中键


发布日期:2021年08月15日
 
通过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其他的浏览器不知道支持不?大家可以自己去测试一下

上一篇:用JavaScript查看一些用户信息

下一篇:用JS快速保存网页中所有图片的方法