$('.login-box-form input').keypress(function (e) { if (e.which == 13) { __doPostBack('ctl00$ctl50$lnklogin', ''); } });
No comments:
Post a Comment