<SELECT multiple class=high1 name=location size=6 >在php里就会变成数组形式具体为$location[];

解决方案 »

  1.   

    to ashchen:
     你看看http://www.51job.com/sc/power_search.php  就知道是什么用的了
      

  2.   

    <SELECT multiple class=high1 name="location[]" size=6 >用js对其操作时要这样写:
    document.formname["location[]"]

    document.all["location[]"]对其他需要按数组形式命名的元素都需要这样写
      

  3.   

    我觉得js和php没有冲突
    js在客户端产生页面,让js动态产生的页面和静态页面一样(包括变量名 表单名)提交就没问题了
      

  4.   

    你看看http://www.51job.com/sc/power_search.php  或 http://www.chinahr.com中的更多查询条件里也有,你看看吧,就知道是什么用的了