I have an input box on a classic ASP form in which I want to capture whether or not the Enter key has been pressed when that input box has focus. Can I do this?
ASP is only stuff that happens on the server. There is no enter key on the server, or any other kind of key. If it involves a keystroke, it's on the client, which as DNG pointed out, means Javascript.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.