PDA

View Full Version : Another iframes question



-JT-
06-11-2004, 04:39 PM
what do you set the target as if you want a page to change inside the iFrame?

Mentor
06-11-2004, 06:35 PM
it depned what u call teh iframe
<iframe name="main" width="100%" height="100%" border="0" frameborder="0" src="start.htm"></iframe>

u see name="main"

then teh target in the link should equal main. althogh u can call the ifraim what evre you want, and have teh target as what ever you wnat as longe as teh traget is corsipoding to the ifraims name.

splintercell!
06-11-2004, 07:00 PM
Where u do a link if u want it to apear in the iframe and not as a new page
u put
<a href=home.htm target=main>
or in a new window
<a href=home.htm target=_blank>

NOTE the home.htm is just made up that is where the sourse of the link goes :)

-JT-
07-11-2004, 12:41 PM
thankx ppl thats a good help

Want to hide these adverts? Register an account for free!