Response.Write("<Script>window.open(\"operate.aspx?Uer="+this.txtUs.Value 
+"&Usme=" + this.txtUse.Value +"&Pd="
+this.txtP.Value+"&L2="+this.select.Value+",'aa',width=100,height=100"+"\");</Script>")

解决方案 »

  1.   

    引号乱了
    Response.Write("<Script>window.open(\"operate.aspx?Uer="+this.txtUs.Value 
    +"&Usme=" + this.txtUse.Value +"&Pd="
    +this.txtP.Value+"&L2="+this.select.Value+"\",'aa','width=100,height=100');</Script>")
      

  2.   

    Response.Write("<Script>window.open('operate.aspx?Uer="+this.txtUs.Value 
    +"&Usme=" + this.txtUse.Value +"&Pd="
    +this.txtP.Value+"&L2="+this.select.Value+"','aa','width=100,height=100');</Script>")