HTML Anchor Links

Hello,

If I have a scrolling list of links in an iframe, and all the links target the parent document, and everytime the parent document is loaded, it reloads the iframe, is there a way I can use anchor links so if I have scrolled to the bottom of the list of links and click on the last link, when it reloads the parent document it will target that bottom link so the list doesn’t start from the top again? Basically I want to retain position in the IFrame after clicking a link.