I ma trying to get a link from my homepage that does not have an iframe to open one of many speciffic page in anouther page that has an iframe. It is as I have a parent iframes page for a whole series of sub pages that are supposed to load into the parent pages iframe. This works just fine off of the iframes page for all of the same links. It is only off of the Main page that I can not get this to work. I have tried something like this but it does not work.
<a href="subdoc.htm" target="iframespage.htm#iframe">
this is writen on the main page and not on the Iframes page. I am sure I am missing something.
<a href="subdoc.htm" target="iframespage.htm#iframe">
this is writen on the main page and not on the Iframes page. I am sure I am missing something.