Hello all! My 1st post.
I have an iframe embedded on my webpage of a .html manual and I would like to be able to have the manual open to certain anchors within it when a given page on my website is visited.
Here is the iframe code I have that will open up the manual but then the visitor has to scroll to the topic covered:
<iframe name="FRAME1" src="../r6manual/TTM Mixer.14.05.html" width="1100" height="600" frameborder="0" ></iframe>
Here is the anchor code on the TTM Mixer.14.05.html that I would like to be showing when the page is visited.
<div class="Subhead"><a name="468813">Dynamics section</a></div>
Thank you so much for your time,
Matt.