Forum Moderators: open

Message Too Old, No Replies

Automatic scroll

Javascript

         

slimcharlie

3:52 pm on Nov 13, 2004 (gmt 0)

10+ Year Member



Hi everyone, I have a page of a test containing questions. And I have divisions in it. I would like the page to scroll automatically when a student answers a question, moving to the nxt question. The page is written in asp and I'm trying to do this scroll with javascript but do not know exactly how. Hel p s much appreciated.

adni18

9:26 pm on Nov 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



u can use scroll(down) or u can use window.location="#three" and inside ur div have an <a name="three"></a>

slimcharlie

10:24 pm on Nov 14, 2004 (gmt 0)

10+ Year Member



thanks a lot!