Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

to open a link in whole page rather than inside a frame

I have used frameset and frames to connect 3 html pages.The problem arises when i click on link provided in any of 3 html pages ,those link only opens in their respective frames.so help me so that i can open those link on whole page rather than inside a frame

like image 642
Shivam Bharadwaj Avatar asked Nov 18 '25 00:11

Shivam Bharadwaj


1 Answers

Use the attribute target=_parent in the a elements.

like image 61
Jukka K. Korpela Avatar answered Nov 19 '25 14:11

Jukka K. Korpela