I use pdftex and hyperref. I want that the clicked links in the .pdf files opens in a new browser window or in the parent frame. I want the same result like in html with the target option (for example <a href=./site.html target="_top"> link description </a>). Is there a way for doing this ? THX