$(document).ready(function () {
$('#ItxtUserID').val('');
$('#ItxtPwd').val('');
$('#ItxtUserID').focus();
$('#divLogingEnter').bind('keypress', function (e) {
if (e.which == 13) {
Login();
}
});
});
$('#ItxtUserID').val('');
$('#ItxtPwd').val('');
$('#ItxtUserID').focus();
$('#divLogingEnter').bind('keypress', function (e) {
if (e.which == 13) {
Login();
}
});
});
No comments:
Post a Comment