Forum Moderators: open

Message Too Old, No Replies

Focusing in iframe

How 2 focus 2 a loc of the page in iframe

         

MJOwen

12:04 pm on Aug 18, 2005 (gmt 0)

10+ Year Member



Okay, here's the case:

I have 'parent.htm' containing 'child.htm' in an iframe. As default, the iframe displays the upper-left portion of 'child.htm' and you use scrollbars to view wherever you want. What I want to do is to show a specific part of 'child.htm' in the iframe (let's say; the place you reach when you click scrollbar twice). Alternatively to say, as subject says, I want to focus to a specific location of 'child.htm'. Is it possible?

Thx in advance.

hexdj

2:18 pm on Aug 18, 2005 (gmt 0)

10+ Year Member



Add anchors to your child.htm file and then change your links to the anchors

they will look like this:

<a href="child.htm#myanchor" target="yourIframe">click here</a>

MJOwen

2:23 pm on Aug 18, 2005 (gmt 0)

10+ Year Member



Thank you! Yes it's a good idea however I don't have the control over 'child.htm', it's an external link (my example wasn't clear enough, sorry). Seems impossible huh?