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
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?