B
BobLaughland
Hi There,
I have a website which uses access keys. I can press alt+1, alt+2,
etc, and it hilights controls on the page.
My question is why do some controls need enter pressed after the
access key combination is pressed?
I have a bunch of '<a href/>' controls which require enter being
pressed after the access key combination is pressed to activate the
control (these are links to other pages).
I also have an '<asp:ImageButton/>' control, which doesn't require
enter to be pressed after the access key combination is pressed.
It seems that the html controls are behaving one way, and the ASP .NET
controls behaving the other way. They are both using the same
'accesskey' atribute.
By changing the minimum amount of stuff how can I make them all
consistant?
Thanks.
I have a website which uses access keys. I can press alt+1, alt+2,
etc, and it hilights controls on the page.
My question is why do some controls need enter pressed after the
access key combination is pressed?
I have a bunch of '<a href/>' controls which require enter being
pressed after the access key combination is pressed to activate the
control (these are links to other pages).
I also have an '<asp:ImageButton/>' control, which doesn't require
enter to be pressed after the access key combination is pressed.
It seems that the html controls are behaving one way, and the ASP .NET
controls behaving the other way. They are both using the same
'accesskey' atribute.
By changing the minimum amount of stuff how can I make them all
consistant?
Thanks.