Hi,
this is a little complicated and i will try to explain as much as possible. I have got several frameset (eg. mainFrameset.html, servicesFrameset.html (which have several different pages- serviceA.html, serviceB.html,etc), projectsFrameset.html) and I’m displaying them using an iframe.
I would like to put a link on my sitemap to link to the sub service <a name=“subserviceA”></a> portion on serviceA.html (which has many sub services -subserviceA, subserviceB, subserviceC, etc) that is within the servicesFrameset.html. if i were to link as usual <a href=“servicesFrameset.html#subserviceA”>, all it does is to link me back to the servicesFrameset.html. How do i go about getting my links to work? Thanks!
ps: hope you guys can understand what im trying to say.