At the moment I have links on our intranet do one of two things when clicked.
Open in the same iframe.
Open in a new window.
But I think the ideal would be to open in the current window but not the current iframe. In other words take over the current window.
Lobsang, there is a slight difference between “_top” and “_parent”.
If you want your link to be the main page, make sure it’s “_top”.
For example, I used to work on a page that had three framesets: header, middle, and footer (vertically arrranged). If the “middle” frame had an iFrame and I used “_parent” as the target of my link, then thew new link would be in the space of the “middle” frame (like a child taking the place of its parent frame). The other two frames, “header” and “footer” would still be there.
If I used “_top” the frames would go away because the linked URL would be the whole kit and kebootle. Sorry about that. As I said, it’s been awhile. When I checked an old example of work I did awhile ago, it jogged my memory. That why I tried to rush and correct myself. If you don’t have any other framesets, it won’t really matter.