Hi,
I'm using the "accesskey" attribute for buttons/links, but the hot keys only set the focus on the button/link.
How can I make them actually fire the button's callback function?
e.g
<button accesskey="t" onclick="alert();"><u>T</u>est
</button>
<a accesskey="x" href="
pressing Alt+T only sets focus to the button
pressing Alt+X sets focus to the link (without navigation)
any way to do this?
10x
Ron
I'm using the "accesskey" attribute for buttons/links, but the hot keys only set the focus on the button/link.
How can I make them actually fire the button's callback function?
e.g
<button accesskey="t" onclick="alert();"><u>T</u>est
</button>
<a accesskey="x" href="
pressing Alt+T only sets focus to the button
pressing Alt+X sets focus to the link (without navigation)
any way to do this?
10x
Ron