I would like to provide a hyperlink from a text page in an iframe to a
specific (bookmarked) spot in another iframe on a different page (preferably in a new window). I have tried numerous different pieces of code without success (I have been told that <a target="Test_inline" href="Staffing-Payroll-Agencies-Franchises.html#@work"> should work (where "Test_inline" is the name of the iframe that I want the document to go), the document opens and goes to the bookmark, but does not open in the page with the iframe, it opens as a new window on its own). There is no problem in linking to the other page, however the
bookmark is ignored in the iframe. Or I can retrieve the text that is in the iframe (without the page) and it goes to the bookmark. But I can't seem to code it so I get the page with the text in the iframe at the bookmark.
The full website is not up yet. However you can view the problem in some test pages that I have loaded.
If you go to
http://www.businessbuyersmanual.com/...-FULLPAGE.html you will load a page with an iframe. In the iframe second row down (@work Personnel Services) you will see a yellow check mark in a blue square under the heading "Staffing / Payroll". The desire is to have a hyperlink to a bookmark which appears in the iframe of
http://www.businessbuyersmanual.com/...s-FULLPAGE.htm (the iframe URL is
http://www.businessbuyersmanual.com/...ranchises.html)
and the bookmark is to a listing on that page for @work Personnel Services(it is the last listing (bottom) on the right hand side of the page).
Thank you for any help you can offer.