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?
Printable View
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.
add my msn ill do it lol
[email protected]
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?
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