IFRAME partial scroll
IFRAME partial scroll
- Started
- Last post
- 4 Responses
- phirschybar
How can I get an Iframe be loaded having scrolled down partially WITHOUT the user having touched it?
- Nairn0
link to an anchor within in it, maybe? or have some onLoad script that linked to an anchor as soon as the page loads?
- kpl0
use [a name='blah'], and link to the anchor.
basic html.
- phirschybar0
I tried linking to the anchor inside the IFRAME however, it makes my main page scroll down as well. Thoughts?
- stewart0
not forgot the "name" / "id" of the iframe etc ?