View Full Version : Targeting


J-man91
06-26-2005, 08:51 PM
Ok, what I need to do it to be able to target a link in an Iframe so that it will fill the whole page like on an ordinary webpage. Example: say I have this webpage "links.html" and on that page I have an Iframe named "links2.html" how would I target a link so that it would open up on the page and not in the Iframe? Thanks in advance!

kittycat
06-26-2005, 11:28 PM
target="_top"
Try adding that to the link tag

J-man91
06-26-2005, 11:28 PM
Ok nevermind I found the answer.