[Sigia-l] hot keys and JSP

Ziya Oz ZiyaOz at earthlink.net
Sun May 12 18:35:30 EDT 2002


"Stephanie Berger" wrote:

> Does JSP allow for hot keys?

JSP is server-side, so what happens at the client end depends on what the
browser environment does or does not allow. For instance,

<input type="button" name="myButton" accesskey="Q"> sets Alt-Q to
'myButton'. But I think this is IE only.

You can also do various things with JavaScript depending on what you're
trying to accomplish.

Best,

Ziya




More information about the Sigia-l mailing list