meta http-equiv="imagetoolbar" content="no" /> btns [id].ondrag = function () { alert ("dragging"); return false; } btns [id].onenterstart = function () { alert ("dragging"); return false; } window.onmousedown = function(e){ if(e && e.preventDefault) e.preventDefault(); };

CContact us _ Copyright _ Packages _ About me