I want to put my "Previous Page" and "Next Page" links into a separate frame, so they'll always be in the same place and I don't need to copy them into every page.
When I tab to the frame, first the window gets focus, and then I need to tab to the Previous Page link.
I've tried to catch the onfocus in the frame window and set the focus to my first link, but it says the object doesn't exist. I've tried changing the tabIndex, and that doesn't do anything.
Is this possible?
Thanks for any help.
When I tab to the frame, first the window gets focus, and then I need to tab to the Previous Page link.
I've tried to catch the onfocus in the frame window and set the focus to my first link, but it says the object doesn't exist. I've tried changing the tabIndex, and that doesn't do anything.
Is this possible?
Thanks for any help.