Need help with anchors in iframes

Hello,
I have one page (index.html) that as an iframe inside (contents.html) and that iframe has a few anchors (#1, #2, #3…) along it.
Now lets say i have another site not related with this one, i want to create a link that open the main page (index.html) but i wanted it to open the iframe (contents.html) on the 3# anchors instead of open on the top of the contents.html page.
How can i do this?:-/

Thanks in advance