Clearly I want to have my page load with the top left hand corner at 300,0. When I page I really mean pages, this is why I am not that happy about having to update everyone of them with self.scrollTo(300,0) statement in the body onLoad property.
Is there a way that I can do this with pure JavaScript and have it centralised in just place?
Thanks for any help, I'm a newbie to JavaScript.