google code上找到的一个开源项目:http://code.google.com/p/custom-context-menu/
看看效果: http://www.as4game.com/example/rightclick
Category Archives: js
Flash右键解决方案
2009-07-19js中mousewheel和DomMouseScroll事件的区分
2009-07-15网上资料非常多,很多都过时了(包括以下代码,有天也会过时哦)。 代码如下:
if(window.addEventListener){
var type = (document.getBoxObjectFor)?’DOMMouseScroll’:'mousewheel’;
window.addEventListener(type, _onMousewheel, false);
}else{
document.onmousewheel = _onMousewheel;
}
测试了以下浏览器:
IE(包含以IE为内核的浏览器:Maxthon,sogo)
Firefox
Chrome
Opera
