在网页中经常遇到要设置默认按钮,是在Html的form标签中设置。
<form id="form1"
defaultbutton="buttion1" //默认按钮
defaultfocut="test1" //默认焦点
runat="server">