شنبه 89/3/29 , 9:47 ع • • نظر Vertical Scrollاسکرول کردن عمودی<!-- Vertical Scroll Use this to automatically scroll the web page when the user pushes a button --> <HEAD> < LANGUAGE="Java"> function CoffeeScroll() { for (I=1; I<=750; I++){ parent.scroll(1,I) } } // End --> </> <!-- Put this into the BODY of your webpage --> <BODY><CENTER><FORM><input type=button value="Scroll Page" onClick="CoffeeScroll()"></FORM></CENTER>