ScrollTo in an iFrame?

Strygwyr

Junior Member
Joined
Apr 23, 2010
Messages
154
Reaction score
1,480
Basically I have an offer in an iframe on my site. I need to load that offer site in the iframe so that a specific part of it shows up (the email and submit button).

I found this: document.frames['IFRAME_ID_HERE'].scrollTo(0, 200);

But what code do i need before and after that? And where exactly does it go? And will this work!?

:confused:
 
Back
Top