Posted in Javascript onJuly 29, 2014
<body onload="document.getElementById('inputTxt').focus()"> <input type="text" id="inputTxt" />
使用focus方法让光标默认停留在INPUT框
- Author -
whsnow声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
<body onload="document.getElementById('inputTxt').focus()"> <input type="text" id="inputTxt" />
使用focus方法让光标默认停留在INPUT框
- Author -
whsnow声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@