Capture an Enter Key Pressed anywhere on the page

Viewed 60650

I need to capture an Enter Key press at any time anywhere on a logon page. It will initiate a logon attempt.

Using jQuery, how would I accomplish this? And would I link it to the body tag?

2 Answers
Related