I am writing a form in ASP 3.0 which will has a field to enter search criteria and a button to click when the user wants to search for the results.
I would also like to run the code when the user presses the enter key. How do I catch this in ASP (VBScript) code?