输入Onkeyup不会在chrome和mozilla中触发

时间:2012-09-26 10:51:43

标签: html5 asp.net-ajax

我为HTML输入编写了一个OnKeyUp处理程序。这在IE8中运行良好,但在Chrome和Mozilla中没有。

<input id="txtPatientSrch" runat="server" maxlength="100" onkeypress='return showPLPopup("txtPatientSrch","tblMasterPatientList");'/> 
<Script> function showPLPopup(txtCtrlName,tblName) { } </Script>

0 个答案:

没有答案