in my website, I have a page which have 3 frames, lets say left_frame, top_frame and bottom_frame.
In top_frame, i have a link <a href="some_page.php">Click</a>
. Currently, this some_page.php is loaded inside the top_frame but i want to completely load a new page. Is there any way out?
This should do the trick.
<a href="some_page.php" target="_top">Click</a>