Shortcut on Browser

Last post 11-02-2009 8:12 AM by ecomite. 1 replies.

Sort Posts:

  • Shortcut on Browser

    11-02-2009, 5:19 AM

    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

  • Re: Shortcut on Browser

    11-02-2009, 8:12 AM
    Answer
    • Member
      210 point Member
    • ecomite
    • Member since 10-05-2009, 4:19 AM
    • Posts 35

    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.

Page 1 of 1 (2 items)