Forum Moderators: open
I've just done a small frames-based site (almost as an experiment really) and in the <noframes> section there is a list of links to each separate page on the site. So far, so good. Gives both the search engines and people with non-frames browsers something to read.
But not having frames is different from having javascript disabled. (And I cannot just assume my non-frames visitors will also be without javascript.) And here is the issue that is puzzling me: a visitor without frames enabled can click on any of the links in my <noframes> section. But when they arrive at the page they want, that will have a piece of javascript to tell it to go back and put itself in the frameset index.
Should I use 'target=_top' on all the links in the <noframes> part, to ensure that these visitors don't just keep getting whisked back to the index. Each individual page does have a clear link (including accesskey link) back to the main index, so despite frames being generally thought to be yucky, I am trying to make mine user-friendly.
Any thoughts?