html iframe question
Posted: Tue Jul 17, 2007 6:53 pm
how can i make the page change from within an iframe? basically i have my page and in it i have an iframe ("theframe")
it looks like this:
i know that to make just the frame go to a different page, i can use
but how do a make a link that is within "theframe" target the parent window?
it looks like this:
Code: Select all
//////////////////////////////////x//
// this is the whole window //
// //
//--------------------------------//
//- in here is the iframe - //
//- "theframe" - //
//- -//
//- -//
//- -//
//---------------------------------//
/////////////////////////////////////Code: Select all
<a href="page" target="theframe">link</a>