<HTML>   
  <HEAD>   
  <meta   http-equiv="Content-Type"   content="text/html;   charset=gb2312">   
  <TITLE>Test</TITLE>   
  <SCRIPT   language=javascript>   
  var   scrollerheight=170;   //滚动总体高度   
  var   html,total_area=0,wait_flag=true;   
  var   bMouseOver   =   1;   
  var   scrollspeed   =   1;                   
  var   waitingtime   =   3000;   //每次停顿时间   
  var   s_tmp   =   0,   s_amount   =   85;   //每次滚动的高度   
  var   scroll_content=new   Array();   
  var   startPanel=0,   n_panel=0,   i=0;   
    
  function   startscroll()   
  {   
  i=0;   
  for   (i   in   scroll_content)   
  n_panel++;   
    
  n_panel   =   n_panel   -1   ;   
  startPanel   =   Math.round(Math.random()*n_panel);   
  if(startPanel   ==   0)   
  {   
  i=0;   
  for   (i   in   scroll_content)     
  insert_area(total_area,   total_area++);   
  }   
  else   if(startPanel   ==   n_panel)   
  {   
  insert_area(startPanel,   total_area);   
  total_area++;   
  for   (i=0;   i<startPanel;   i++)     
  {   
  insert_area(i,   total_area);   
  total_area++;   
  }   
  }   
  else   if((startPanel   >   0)   ||   (startPanel   <   n_panel))   
  {   
  insert_area(startPanel,   total_area);   
  total_area++;   
  for   (i=startPanel+1;   i<=n_panel;   i++)     
  {   
  insert_area(i,   total_area);   
  total_area++;   
  }   
  for   (i=0;   i<startPanel;   i++)     
  {   
  insert_area(i,   total_area);   
  total_area++;   
  }   
  }   
  window.setTimeout("scrolling()",waitingtime);   
  }   
  function   scrolling(){   
  if   (bMouseOver   &&   wait_flag)   
  {   
  for   (i=0;i<total_area;i++){   
  tmp   =   document.getElementById('scroll_area'+i).style;   
  tmp.top   =   parseInt(tmp.top)-scrollspeed;   
  if   (parseInt(tmp.top)   <=   -scrollerheight){   
  tmp.top   =   scrollerheight*(total_area-1);   
  }   
  if   (s_tmp++   >   (s_amount-1)*scroll_content.length){   
  wait_flag=false;   
  window.setTimeout("wait_flag=true;s_tmp=0;",waitingtime);   
  }   
  }   
  }   
  window.setTimeout("scrolling()",1);   
  }   
  function   insert_area(idx,   n){   
  html='<div   style="left:   0px;   position:   absolute;   top:   '+(scrollerheight*n)+'px"   id="scroll_area'+n+'">\n';   
  html+=scroll_content[idx]+'\n';   
  html+='</div>\n';   
  document.write(html);   
  }   
  var   newsVar   =   0;   
  scroll_content[0]="<img   src='gundong/zzzh.gif'   Style='height:85;width:250'   Style='Cursor:hand'><img   src='gundong/minzu.gif'   Style='height:85;width:250'   Style='Cursor:hand'><br>";   
  scroll_content[1]="<img   src='gundong/1.gif'   Style='height:85;width:250'   Style='Cursor:hand'><img   src='gundong/2.gif'   Style='height:85;width:250'   Style='Cursor:hand'><br>"; 
  scroll_content[2]="<img   src='gundong/3.jpg'   Style='height:85;width:250'   Style='Cursor:hand'><img   src='gundong/4.jpg'   Style='height:85;width:250'   Style='Cursor:hand'><br>"; 
  
  </SCRIPT>   
  </HEAD>   
  <BODY>   
  <DIV   id=scroll_image   onmouseover=bMouseOver=0   style="OVERFLOW:   hidden;   WIDTH:   250px;   POSITION:   absolute;   HEIGHT:   85px;   left:4px;   top:1px"   onmouseout=bMouseOver=1   border=1>   
                        <table   border=1>   
                        <tr>   
                        <td><SCRIPT>startscroll();</SCRIPT></td>   
                        </tr>   
                        </table>   
                  </DIV>   
  </BODY></HTML> 

解决方案 »

  1.   

    scroll_content[0]=" <a href='abc.html'><img  src='gundong/zzzh.gif'  Style='height:85;width:250'  Style='Cursor:hand'> <img  src='gundong/minzu.gif'  Style='height:85;width:250'  Style='Cursor:hand'></a> <br>";
    ……
    清楚了吧?
      

  2.   

    1楼的neo_yoho哥们,不是那么简单,那样加,程序就不运行了
      

  3.   

    onclick="contact()";function contact()
    {
    写个action链接,不用submit
    }不知道好用不?我是菜鸟,说错了,别生气哈~
      

  4.   

    我不知道要达到什么效果啊 加了怎么就不能运行呢? 我这好好的啊 要不就同三楼那样图片上加ONCLICK试试呢
      

  5.   

    有点看不懂  最近刚学javascript
      

  6.   


     var url = "aaa.html"; scroll_content[0]=" <a href=url ><img  src='gundong/zzzh.gif'  Style='height:85;width:250'  Style='Cursor:hand'> </a><br>";  
      

  7.   

    var url = "aaa.html";scroll_content[0]=" <a href=url >[/color]<img  src='gundong/zzzh.gif'  Style='height:85;width:250'  Style='Cursor:hand'> </a><br>";