document.onkeydown = function (e) {if (!e) e = window.event;if ((e.keyCode || e.which) == 13) {$("#btnSubmit").click();}}