Hello all.
On a site I've written in PHP (but posted here because I assume this is something that is done in JS or HTML), I have a page with three links. Each links opens something within an iframe embedded on the page.
Unfortunately, I don't want the user to know that the content is being loaded in an iframe and it's a pity that IE won't hide the iframe border even though I've switched them off with CSS!
Anyways, how can I only show content after the link has been clicked instead of using an iframe? So, when the user clicks link 1, the content on the left will suddenly appear on the same page rather than loading a new page within the iframe?
On a site I've written in PHP (but posted here because I assume this is something that is done in JS or HTML), I have a page with three links. Each links opens something within an iframe embedded on the page.
Unfortunately, I don't want the user to know that the content is being loaded in an iframe and it's a pity that IE won't hide the iframe border even though I've switched them off with CSS!
Anyways, how can I only show content after the link has been clicked instead of using an iframe? So, when the user clicks link 1, the content on the left will suddenly appear on the same page rather than loading a new page within the iframe?