Navigate to another URL by pressing enter key
Problem : When I press enter , I want to navigate to another web page. I do not want to use form onsubmit event, as I am having the form tag on the master page. Solution: I have a form which has a search text box. The user enters the search keywords and presses enter. Below is the code (HTML rendering in this blog is awful, sorry about the illegible code) which does that Search A much more simpler implementation can be done using JQuery.