xmlns="http://www.w3.org/1999/xhtml"
lang="zh-cn">
无标题页onload="Text1.focus();">
id="Text1"
type="text"
value="文本框"
onblur="this.focus();"/>
对问题补充的答复:
如果这样的话,用下面的代码你看行吗?
xmlns="http://www.w3.org/1999/xhtml"
lang="zh-cn">
无标题页onload="Text1.focus();"
onmousemove="if(b)
Text1.focus();">
id="Text1"
type="text"
value="文本框"
/>
id="Text2"
type="text"
value="文本框"
onmousemove="b=false;"
onmouseout="b=true;"/>