Accesskey issue

Discussion in 'HTML & Website Design' started by onlymukti4u, May 8, 2008.

  1. #1
    I have a page with three Iframes, I just want to jump from one Iframe to another by giving accesskey. Can anyone tell me how to give accesskey to iframes to move from one iframe to another.

    Thanks in advance....

    Regards,
    Mukti
     
    onlymukti4u, May 8, 2008 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I know very little about frames; however I do know that the target attribute was pretty much invented for this same purpose (going from frame to frame). Why not use accesskeys (if your site is very very large) to bring people to the link that sends them to the next frame? <a href="#element" targe="thenameofthefrome">link</a> or something similar?

    My best guess... I don't use accesskeys either because I can never keep straigh what buttons are already "taken" by various browsers for normal browser functions.

    A distant third-- must you have frames in the first place? Possibly could be avoided entirely?
     
    Stomme poes, May 9, 2008 IP