Sign in | Join
Last post 11-02-2009 8:12 AM by ecomite. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi All ,
I have a web Application , and i implemented short cut javascript in my application, the problem which i am facing is some time my shortcut will not work , I want to ask from you is there any other way to implement shortcut in my Web application other then implementing Javascript.
Thanks in advance
Hi,
If you are talking about the keyboard shortcut you have the html accesskey attribute.
Example: <input type="text" accesskey="t">
In IE you can then access this field with alt+t and on firefox with alt+shift+t.