function key_down(){ if (event.keyCode=="13"){ document.getElementById("Button1").focus(); } }
我记得 有KEYPRESS 事件处理的!
在控件获得焦点并按回车不就触发点击事件了么?我测试是完全通过的