你把他的网页保存下来就知道了。
无非就是用的js控制。起作用的代码是以下部分
主页面:
<SCRIPT language=JavaScript>
function OpenWindow(url) {
  popupWin = window.open(url, 'sf', '')
}
function movstar(a,time){ 
movx=setInterval("mov("+a+")",time) 

function movover(){ 
clearInterval(movx) 

function mov(a){ 
scrollx=new_date.document.body.scrollLeft 
scrolly=new_date.document.body.scrollTop 
scrolly=scrolly+a 
new_date.window.scroll(scrollx,scrolly) 

function o_down(theobject){ 
object=theobject 
while(object.filters.alpha.opacity>60){ 
object.filters.alpha.opacity+=-10} 

function o_up(theobject){ 
object=theobject 
while(object.filters.alpha.opacity<100){ 
object.filters.alpha.opacity+=10} 

function wback(){ 
if(new_date.history.length==0){window.history.back()} 
else{new_date.history.back()} 

</SCRIPT>
<IMG onmouseup=movover();movstar(-1,20) class=opacity 
      onmousedown=movover();movstar(-3,2) 
      onmouseover=movstar(-1,20);o_down(this) onmouseout=movover();o_up(this) 
      height=20 alt=点住不放可以快速向上滚动 
      src="index/index_r3_c15.gif" width=16 border=0 
      name=index_r3_c15>
<IFRAME border=0 name=new_date marginWidth=0 
      frameSpacing=0 marginHeight=0 src="index/info.htm" 
      frameBorder=0 noResize width=360 scrolling=no height=220 
      vspale="0"></IFRAME>
<IMG onmouseup=movover();movstar(1,20) class=opacity 
      onmousedown=movover();movstar(3,2) onmouseover=movstar(1,20);o_down(this) 
      onmouseout=movover();o_up(this) height=20 alt=点住不放可以快速向下滚动 
      src="index/index_r15_c15.gif" width=15 border=0 
      name=index_r15_c15>