ocarinist
02-01-2003, 03:57 AM
When I make an IFRAME, how do I make a link above the IFRAME that changes the page displaying in the IFRAME?
|
View Full Version : IFRAME help, nobody active on Frames board... ocarinist 02-01-2003, 03:57 AM When I make an IFRAME, how do I make a link above the IFRAME that changes the page displaying in the IFRAME? epolady 02-01-2003, 04:06 AM <a href="abc.html" target="your_frame_name">Link</a> make sure your iframe has the same name: <iframe src="xyz.html" name="your_frame_name">You cannot view iframes</iframe> Dude128 02-01-2003, 04:06 AM target your links...add target="nameofyouriframe" to the <a> tag this has been asked before, so you could have used the search to find the answer, and it is covered on the Frames page: http://www.lissaexplains.com/frames.shtml just so you know for future reference :) |