I have a search field. I want to show the results in a dialogue box. The search field doesn't have any button. So, what event i should call to open the dialogue box after pressing enter.
Any suggestions!
Update
For the whole project, its all HTML, JavaScript & Jquery in client side, Java is in back. What i want to know is, under which event i have to put the dialogue box generation codes and data manipulation codes.