标签:ar sp on bs ad as tt .net c
//当按下回车键时,让指定的按钮获取指定的文本框的事件
this.txtFNick.Attributes.Add("onkeydown", "if(event.keyCode==13) {document.all." + this.btnSearch.ClientID + ".focus();document.all." + this.btnSearch.ClientID + ".click();}");
标签:ar sp on bs ad as tt .net c
原文地址:http://www.cnblogs.com/liupengfei19940119/p/4107480.html