解决方案 »

  1.   

           function search(){
                   var startDate =  document.getElementById("startDate").value;
                   var endDate =  document.getElementById("endDate").value;
    alert(111111);///////增加这句看执行到了没有
                 /* parent.frames["rightFrame"].location="/Struts2Project/Report?code="+oldcode+"&type="+type+"&startDate="+startDate+"&endDate="+endDate;*///===>
    parent.frames["rightFrame"].src=="/Struts2Project/Report?code="+oldcode+"&type="+type+"&startDate="+startDate+"&endDate="+endDate;
           }