Click to See Complete Forum and Search --> : Help Required !!!!


vandana
06-08-2006, 12:28 AM
Hello

I need some help

I want to go to specific location using anchor tag.

But that specific location is in other file and that file is open in
iframe tag on the same screen ( from where i want move )

i.e. Using anchor tag I want to move to location which is in another
file that is open in iframe on same screen. ( from where i want move )

Can anybody help me...???

Regards

Vandana

the tree
06-08-2006, 01:00 AM
In your framed page:<h2 id="namezor">Something</h2>In your page-with-the frame:<a href="#namezor" target="framename">Something</a>

NogDog
06-08-2006, 01:16 AM
Tree, wouldn't the anchor tag need to include the page to be displayed in the frame?

<a href="page.html#namezor" target="framename">Somthing</a>

the tree
06-08-2006, 01:23 AM
I got the impression that the page in the frame wasn't to change, but yes, it might be best to put that in for good mesure.