I need a code that when you click a button, It scrolls down to a certain part of the page. The only issue is, The part of the page that it needs to scroll down to is in a iframe.
Anyone know how i can get this working?

I need a code that when you click a button, It scrolls down to a certain part of the page. The only issue is, The part of the page that it needs to scroll down to is in a iframe.
Anyone know how i can get this working?
Add just before the iframe
and then to hyper link it to the Iframe it would be:Code:<a name="Iframe"></a>
Code:<a href="#Iframe">Iframe</a>.
Thanks, But i need it so when you click on a link outside the iframe it goes to a certain part in the iframe. Eg half way down the page of the iframe.
could you not add it in the iframe page? once its loaded it should read from that aswell right?
its just like an anchor isnt it?
Put this in the page that is in the iframe where you want to link to.
Then use this link (out side the iframe) to link to it.HTML Code:<a name="frame"></a>
HTML Code:<a href="pagenamehere.html#frame">lololololol</a>Thats realy not neededadd my msn ill do it lol
[email protected]
Lets set the stage on fire, and hollywood will be jealous.
Insert a div into your iframe.
<iframe id="pornframe" name="pornframe" src="porn.html"></iframe>
Inside porn.html
<div name="porndiv">
-- Insert whatever
</div>
Link:
http://www.website.com/porn.html#porndiv
Want to hide these adverts? Register an account for free!