Click to See Complete Forum and Search --> : <a accesskey="return"?


JB1981
05-26-2004, 05:04 PM
Is it at all possible to map a link accesskey to the return key?

IE.

<a href="link.htm" accesskey="return">

I've noticed that return will generaly actuate a submit button, but only if someting inside a form has been clicked on first.

I can live with having to alt- a number or letter, but I'd love to be able to scroll through using the return key.

Any Ideas?

Thanks

JB

Sam
05-26-2004, 05:16 PM
that is a HUGE accessibility hazard. If you were to map an access key to return (which thankfully you can't), people couldn't tab through your links (because pressing enter on a link would not take them to the link they were expecting

JB1981
05-26-2004, 05:25 PM
Ah ok cool. I figured that was the case, but the client wanted a return key funtion similar to power point.

html is not power point. :D