Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to iframe? 1

Status
Not open for further replies.

Bravogolf

Programmer
Nov 29, 2002
204
GB
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?
 
Oh, hehe :)

TThank you very much! I had been using CSS attributes to remove the border property, I didn't know there was a frameborder attribute :p

Another classic example look before you leap \0/

Thank you, CliveC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top