IE:onfocus="this.blur()" 或 hidefocus = "true"

FF: css用outline:none;

使用
document.onselectstart = function() {return false;};和
document.onmousedown = function (event) {event.preventDefault ()};

相关文章: