Don't use target for that. The only HTML solution for this is to add an anchor name to the page (the one you will be loading into the iframe) at its top, just after its opening <body> tag:
Then when linking to that page, use this type href in your anchor link:
Code:
<a href="whatever.html#top">Whatever</a>
If the situation is such that this cannot be done or doesn't solve the specific problem you are talking about, a redesign of the page to get your content into the actual position where you want it to be may be in order or you may wish to resort to javascript.
To be of much more help, I would need to have a link to the problem page(s).
Bookmarks