I would like to know how can I scroll down an iframe 100px every 5 secs using maybe javascript. I know that there is a window.scrollTo(x,y); but how does this change to an iframe?
The iframe is an external page.
Any possibility of software to download that does this thing?
Its very easy using a jquery,
Lets say the id of your iframe is
testframethen the code for it would beNow just wrap it inside an interval and put it inside.
Note: Just a typo