English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Step 1: Add the following code to <head> In the area--> <SCRIPT language="JavaScript"> <!-- function scrollit(){ for (I=1; I<=500; I++){ self.scroll(1,I) } } //-- > </SCRIPT> <!--Step 2: Change the content in the <body> area to--> <body onload="scrollit()"> If there is a vertical scroll bar, it will be effective!