Without seeing the page, my guess is that your page has a base target value
set. A quick way to check is to view source on your page and look for the
following in the head of the document:
<base target="_blank">
If that isn't it, check your links for the same value. Otherwise, post back
with a URL and you can get more specific advice.