View Full Version : Iframe targeting


RoseCrystal
07-16-2003, 06:21 PM
k. i got everything set up. just that the targeting iframe part.
I got the targeting frame code. It asks for a name. I know in the orginal code there should be a frame name.
here is my code

<iframe allowtransparency="true"border="0" frameborder="0" src="http://www.geocities.com/michelleyipsuen/mich.html" style="position:absolute; top:235px; left:230px;" width="400" height="250">border="0" frameborder="0"
</iframe>

it wouldn't say where the name is so i can name it and i can use the targeting code. my targeting code is:

<a href="http://www.geocities.com/michelleyipsuen/profile.html"
target="FRAMENAME">Profile</a></XMP></b></p>

As you can see. I dunno where the frame name is on the frame code. my website. http://www.geocities.com/michelleyipsuen/michelle.html

MaGiCSuN
07-16-2003, 06:26 PM
use this code:

<iframe allowtransparency="true" border="0" frameborder="0" src="http://www.geocities.com/michelleyipsuen/mich.html" style="position:absolute; top:235px; left:230px;" width="400" height="250" name="FRAMENAME"></iframe>

change FRAMENAME in both iframe and link to match each other

Love,
Mirna

RoseCrystal
07-16-2003, 06:29 PM
Thanks