PDA

View Full Version : iframe... can someone help


broadband-engine
5th November 2005, 10:34
Hi

An iframe question. What is the syntax to use

http://www.senatetraining.co.uk/newlook/html/index.html

I am maintaining my uncles site and we've come up with the above design. But for vacancies the link is placed in an iframe as this link needs to be hidden when they have no vacancies. I want the link when clicked just to load the vacancies page, I do not want a target="blank", new window effect though, it just has to load as the next page.

Cheers in advance,

Richard Conyard
5th November 2005, 10:45
Try:
http://www.devguru.com or http://www.w3schools.com

The schools site has tutorials and lists, dev guru just lists both are near the top of my bookmarks list :)

broadband-engine
5th November 2005, 13:08
Cheers Richard... sorted, it was simply target="_top"

Thanks