08-20-2007, 10:12 PM
|
#6 (permalink)
|
| Active Forumer
Join Date: Jul 2006 Location: Hanoi, Vietnam
Posts: 313
Rep Power: 3  fBuck$: 1,111.0 Bank: 0.0 Total fBuck$: 1,111.0 My Forumer
My Country:
| 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... |
| |