i have two questions:

1) is it possible to check to see if a key's been pressed without having to check each and every one in a loop? i'm looking for something like Form_KeyDown, but that captures all keystrokes.

2) i know how to retrieve text from a text box using api given its handle, but how can i get text from inside a webpage?