PDA

Click to See Complete Forum and Search --> : Scroll Bars


bjcullinan
Aug 16th, 2001, 05:41 PM
Hi All,

Ok when my page loads I want it to skip the scroll bars to a certain spot. Like as soon as it comes up the scroll bars are down a little bit so the adds at the top don't show up. Hee hee the luzers, if i could do this it would be very helpful, you can see why i want them to do that at http://members.tripod.com/bjcullinan

Thanx

sebs
Aug 17th, 2001, 07:37 AM
window.scrollTo(0,10);

i.e

window.scrollTo(horizontal,vertical);