H henglixiu Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-25 #1 websnap技术,如何实现: 在某编辑框中,输入完某值后,按回车后,让下一个按钮获得焦点, 或在输入值后,按回车后(因一般用户喜欢按)就直接处理某个按 钮的事件(注意此按钮是带参数转另一页面)
J jbas Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-29 #2 javascript代码: function tabmit1(evt) { keycode=evt.keyCode; if (keycode==13) {window.document.form1.mima1.focus(); } } delphi的代码: 1:onEnter中写入 edit1.setfocus; 在KeyPress事件里这样写: 2:if Key=#13 then Perform(WM_NextDlgCtl,0,0); 。。。。搜索吧!
javascript代码: function tabmit1(evt) { keycode=evt.keyCode; if (keycode==13) {window.document.form1.mima1.focus(); } } delphi的代码: 1:onEnter中写入 edit1.setfocus; 在KeyPress事件里这样写: 2:if Key=#13 then Perform(WM_NextDlgCtl,0,0); 。。。。搜索吧!
H henglixiu Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-29 #3 to jbas: 谢谢你 我试一下。 如何与你联系?
J jbas Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-29 #4 我菜鸟一个,oicq:27331849 希望能帮到你的忙