PDA

View Full Version : scroll page using text links?




justiceabc
10-12-2005, 05:51 AM
how can i scroll a page up,down, left and right from text links using javascript. id like some advice on the script ive been playing around and i cant it to work.

jscheuer1
10-12-2005, 07:59 AM
What script might that be?

magicyte
07-08-2008, 07:57 PM
easy. use the window.scroll() function, or the scrollTo() function NOWADAYS.

-magicyte