Ok...here goes.
Quite simply I need to be able to break hyperlinks from include files that are to be loaded into a frame.
The complicated bit - The pages that are going into the frame are retieved from the web (absolute links) therefore I cannot edit any of the pages. These pages have their own header and nav bar which I need to leave out. I am able to retrieve just the include file, which is pure text, into the frame. So everything seems hunky dorky.
Not quite
The include file that I have loaded into the frame from the external site contains hyperlinks. When clicked, they load the new page into the frame with it's header, nav bar etc , which is what I'm am trying to avoid. The result is that I have a whole site loaded into 1 small frame when all I need is the text include within the page.
Please please please someone tell me there is a way to disable these hyperlinks within the include file.
Quite simply I need to be able to break hyperlinks from include files that are to be loaded into a frame.
The complicated bit - The pages that are going into the frame are retieved from the web (absolute links) therefore I cannot edit any of the pages. These pages have their own header and nav bar which I need to leave out. I am able to retrieve just the include file, which is pure text, into the frame. So everything seems hunky dorky.
Not quite
The include file that I have loaded into the frame from the external site contains hyperlinks. When clicked, they load the new page into the frame with it's header, nav bar etc , which is what I'm am trying to avoid. The result is that I have a whole site loaded into 1 small frame when all I need is the text include within the page.
Please please please someone tell me there is a way to disable these hyperlinks within the include file.
Comment