Access Hyperlink Using Hot Keys

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lipsa
    New Member
    • Aug 2006
    • 35

    Access Hyperlink Using Hot Keys

    hi,
    I Hv a label and a corresponding hyperlink.i want 2 access the hyperlink using hot keys(alt+key)sp ecified in the label....is it posible?
    label---firstlink
    hyperlink="http :/..."
    i want 2 access d link using ALT+F
    regards,
    lipsa
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    The following will work with an ALT+s
    [html]
    <a href="bb.thml" accesskey='s'>C lick here or enter ALT+s+ENTER</a>
    [/html]

    Ronald :cool:

    Comment

    Working...