break iframe

windows

Guest
whats the target="" bit to make a link in an iframe fill the window but not open a new window<br />
<br />
im sure i know but cant remember<br />
<br />
cheers<br />
adam<!--content-->I'd guess _parent... but I might be wrong<!--content-->Hi!<br />
<br />
That depends on how deeply the frames are nested.<br />
target="_parent" should work in most cases.<br />
Anyway - I'm sure if the iframe is somewhere in a document with a very "complicated" frame structure, target="_top" will be safer (target="_parent" points to the immediate farmeset parent)...<br />
<br />
Cheers - Pit<!--content-->its the only frame on the page but ive used _top to be safe<br />
<br />
cheers<br />
adam<!--content-->
 
Back
Top