View Full Version : Targeting


ono_its_LiLo
06-10-2003, 07:37 PM
I'm trying to target the links inside my navigation bar... but can't cuz i dunno where to put the friggn code at:

java script:parent.inlineframe.location='http://dynamicdrive.com'


this is my page

http://www.geocities.com/hi_im_jessica/front.html


I've asked this question before but wasn't sure where to put the java scipt at...



PLEASE HELP ME!!!

designhazard
06-11-2003, 01:43 PM
this is the code for the links:
<a href="YOUR LINK..." target="YOUR TARGET NAME...">TITLE...</a>

and here's the code to add on the iframe tag:
name="YOUR TARGET NAME..."

it will look like this:
<iframe src="IFRAME SRC..." name="YOUR TAGET NAME..."></iframe>

ono_its_LiLo
06-12-2003, 03:19 AM
well... where in my code do i put it? (after, between, before what?)

designhazard
06-12-2003, 06:08 AM
give me your iframe code please.