View Full Version : Linking to a anchor...


Skipperkirk
05-14-2005, 01:23 AM
ok, im pretty sure you can do this, but not sure how...i want to have an iframe and them i can click on a like that is targeted to the iframe, but have it go to a certain part of the page...like using an anchor sourta...

is there a way to do that? maybe using j/s?

thanks!

Skipperkirk

kittycat
05-14-2005, 02:40 AM
It's the same as using page anchors, only you target the link to the iframe and include the page url in the link (like href=page.html#anchor)

Skipperkirk
05-14-2005, 02:42 AM
ok nice! thanks a lot!