Depends. You can use the 'target' attribute within the anchor to give the value you want. i.e < a href="" target="_parent">text link</a> HTML: If you see in the target, i've used parent. Here is all the available options: _blank - the target URL will open in a new window _self - the target URL will open in the same frame as it was clicked _parent - the target URL will open in the parent frameset _top - the target URL will open in the full body of the window Self should be fine depending if you use frames.