

I'm looking for a way of fetching/framing a page and (perhaps) using JS function scrollBy() to scroll to a certain position.
Someone recommended using a serverside proxy without other details.
Is this achievable? Anybody doing this? Any tips?
if you own the other page you can put in a bookmark and just iframe to the page.html#bookmark
Well, that's the problem, I don't know own it.
$(document).ready(function(){
$("#iframeID").attr('height', screen.height);
$("#iframeID").scrollBy(0,400);
});