close

function checkSubmit(e) {
if(e && e.keyCode == 13) {
document.forms[0].submit();
}
}


<div onKeyPress="return checkSubmit(event)"/>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()