打开新的窗口并传送参数
传递参数:
Response.Write("<script>window.open(tt.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+");</script>");
接受参数:
string a = Request.QueryString["id"];
Response.Write("<script>window.open(tt.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+");</script>");
接受参数:
string a = Request.QueryString["id"];
浙公网安备 33010602011771号