Click to See Complete Forum and Search --> : Frame in Frame Link Help


louiepicc
10-02-2003, 10:08 PM
I have page A in which page B is displayed within a frame.

I would like to link to page B and also go to "word" on page

B.

I have tried <a href="/pageB.html#word" but it only

transfers to page B without going to the "word" desired.

Can any one write the command for me?

Thanks,

Louie

pyro
10-02-2003, 10:20 PM
Ok, since you got it to go to page B, I'm goint to assume you got the target attribute figured out. Did you set up an anchor named word? If not, you can do that like so:

<a name="word"></a>