keyCode if (kCode == 17 || kCode == 2) { alert(message); return false; } ... <asp:TextBox ID="TextBox1" runat="server" oncopy="return false" ...
確定! 回上一頁