Hi,

I have a container with a several input fields (controls) on a web page. This has to act like a standalone app within the browser. One thing I want is, when the page loads, the user should be able to hit a function key and a vbscript on the page will redirect to another jsp page.

When I have an exe control, this is easy because the form can catch all of the key presses. But how can I set this up when I'm on a web page? Should my listener be in the container code?

Any help would be really appreciated,

Mike