Thread: page down
View Single Post
Old 08-19-2007, 11:51 AM   #2 (permalink)
MasterVision
Senior Forumer
 
MasterVision's Avatar
 
Join Date: Nov 2006

Posts: 1,065
Rep Power: 3 MasterVision is on a distinguished road
fTrader: (0)
fBuck$: 754.0
Bank: 4,247.1
Total fBuck$: 5,001.1

My Forumer
My Country:
Send a message via MSN to MasterVision Send a message via Yahoo to MasterVision Send a message via Skype™ to MasterVision
Default Re: page down

Hi Ferq

you can try the javascript window.scroll

example
Code:
<script>
function PageDown() {
   	window.scroll(0,150); // horizontal and vertical scroll targets
}
</script>

<a href="javascript:PageDown()">Page Down </a>
hope this helps
MasterVision is offline   Reply With Quote