select的innerHTML是不能修改的可以用sel1.options.add(new Option('a','a'));

解决方案 »

  1.   

    晕可MSDN网上写  innerHTML Sets or retrieves the HTML between the start and end tags of the object. 
    这就随闷了
      

  2.   

    或者说,要在xmlhttprequest请求完ASP页面后,用什么形式返回数据到select的选单里比较妥当。
      

  3.   

    注意看看是不是value有重复。
    如果没有重复应该是没问题的。
      

  4.   

    innerHTML Sets or retrieves the HTML between the start and end tags of the object!This is the standard!!!
      

  5.   

    sel1.options.add(new Option('a','a'));
      

  6.   

    select,table,tr等都不可以直接用innerHTML修改的