The next 5 links will open in the object.
<a href="http://www.google.com">google</a>google
<a href="http://www.google.com" target="_top">google</a>google
<a href="http://www.google.com" target="_parent">google</a>google
<a href="javascript:window.location='http://www.google.com'">google</a>google
<a href="#" onclick="window.location='http://www.google.com'">google</a>google
The remaining links will open in the window.
<a href="javascript:top.window.location='http://www.google.com'">google</a>google
<a href="#" onclick="top.window.location='http://www.google.com'">google</a>google
<a href="javascript:parent.window.location='http://www.google.com'">google</a>google
<a href="#" onclick="parent.window.location='http://www.google.com'">google</a>google