<script   language="javascript">  
  function   ChangeSelect(c)  
  {  
        f   =   document.form1;  
        for   (var   i   =   0;   i   <   f.continent.length;   i++)  
        {  
            if(f.continent.options[i].value   ==   c){  
        f.continent.options[i].selected   =   true;  
    }  
        }  
  }  
  </script>  

相关文章:

  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
猜你喜欢
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2019-01-18
  • 2021-10-20
相关资源
相似解决方案