Thread: page down
View Single Post
Old 08-20-2007, 10:12 PM   #6 (permalink)
duy
Active Forumer
 
duy's Avatar
 
Join Date: Jul 2006

Location: Hanoi, Vietnam
Posts: 313
Rep Power: 3 duy is on a distinguished road
fTrader: (0)
fBuck$: 1,111.0
Bank: 0.0
Total fBuck$: 1,111.0

My Forumer
My Country:
Send a message via Yahoo to duy
Default Re: page down

This is the page down, add this code to places I said above:
Code:
<SCRIPT>
function pageDown () {
  if (window.scrollBy)
    window.scrollBy(0, window.innerHeight ? window.innerHeight : 
document.body.clientHeight);
}
</SCRIPT>
<A HREF="javascript: void 0" ONCLICK="pageDown(); return false;">
page down
</A>
Hope this helps.

Cash is not all. We still have golds, silvers, credit cards, bank notes, securities...
duy is offline   Reply With Quote