I just started using concepts in web development. I am trying to build a login page to take user's nick name and password and do something if they are matching in my data base. It is successful with button click(I mean if user press "SUBMIT" button) and results are as per expectation.fine!
My query is how to identify, if user press ENTER key after giving credentials instead of mouse click?
excuse me, if this query is duplicate. I am new to stackoverflow too! :) pls help.
-- Harsha.