Forum Moderators: open
how this can be done. i tried using, target=_parent also even with _top. nothing is working. it brings up all the content in the same frame.
thanks
senthil
There are two ways I know of to get this result. One is to make the link load a full, new frameset using target="_top" -- and configure the new frameset with the right content in each frame.
The second approach would be to use javascript to refresh more than one frame with a single click. See messge #17 in this thread:
[webmasterworld.com...]
The challenge here is that search engine spiders will not usually follow such a link -- so you need to make sure there is a non-javascript path to each page somewhere onthe site (on a sitemap page, for example) if search engine listings matter in this case.