Posted by Joe Barta on 01/22/06 07:10
wrote:
> I would like to have an inline frame on my page. That frame will
> display another page (i cannot edit the html on the page that is
> loading in the inline frame).
>
> I want to have the page load and display the contents halfway down
> the page. In other words...I want the page to load and allready be
> "scrolled" to lets say...55% down the page and display content
> that would otherwise be "off the screen".
>
> Is this possible and or simple to do?
Only if there is an anchor in the page you wish to use.
If, at the desired location of the target page, there is an anchor
named "yada"...
<a name="yada"
....then you could specify the source of the iframe as
"http://www.targetdomain.com/page.html#yada"
Seems to me that would work. But seeing as you have no edit control
over the target page, results may be dicey or may change if the owner
changes his page.
If there is no such anchor I fear you are SOL.
Joe Barta
[Back to original message]
|