Click to See Complete Forum and Search --> : hyperlinking in an inline frame


Esmaeiluk
04-29-2003, 05:46 AM
:( how do u hyperlink anything into an inline frame?
i need an answer soon plz

pyro
04-29-2003, 07:36 AM
This is an HTML question and will be moved there...

PeOfEo
04-29-2003, 05:10 PM
use the target attribute
[code]
<a href="yourlinkurl.html" target="yourframename">I am a link that opens in an I frame :D click me foo</a>