Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
$(document).keypress(function(e) { if (e.which == "13") { //enter pressed } });