Strygwyr
Junior Member
- Apr 23, 2010
- 154
- 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!?

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!?