what i am trying to do is;
if the scrollbar is at the bottom scroll it up and if it is up scrool it down !! what i am doing wrong ??? it comes down but not up...
Code:Page.StopTimer() nSpeed=String.ToNumber(Input.GetText("Input1")) if ScrollWeb ~= SB_BOTTOM then ScrollWeb("Web1", WM_VSCROLL, SB_LINEDOWN) else ScrollWeb("Web1", WM_VSCROLL, SB_LINEUP) end Page.StartTimer(nSpeed)

Reply With Quote
