2008-03-20 onclick==>focus 3338 0 ASP.NET onclick==>focus Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Me.txtPass.Attributes.Add("onkeypress", "if( event.keyCode == 13 ) { document.getElementById('" + Me.btnLogin.ClientID + "').focus(); }") End Sub ASP.NET 回首頁