How to do a link to an iframe page that calls up a page to go in the frame then proceeds to an anchor in that page (phew!)?
Please read carefully.
Code in the iframe page (page_one.htm), the one that creates the iframe (the “window” in the page that the “called” pages peer through ) and that then calls a page (page_a.htm, page_b.htm etc ) to appear in the iframe:
[INDENT]<p align=“center”>
<iframe name=“frame_01” height=“530” align=“center” width=“550” frameborder=“0” src=“page_a.htm”>
<p align=“center”> </p>[/INDENT]
My site has a link to the iframe page and the iframe page has a link to its first victim in the code. From there on each “called” page (the ones that peer through the “window” or hole - page_a.htm, page_b.htm etc) there are links to call siblings to replace the one that does the calling.
All cool.
But what to do when we want to do a link from another unrelated page that
1
Calls the iframe page (the one with the hole)
2
then calls into the iframe page, the right page,
3
then travels to the target spot on that page by using an anchor.
Hit me with xml or something smart and you will lose me.
Can we do it with simple link stuff like above?
Many thanks in advance