打开新的窗口并传送参数

传递参数:
Response.Write("<script>window.open(tt.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+");</script>");

接受参数:
string a = Request.QueryString["id"];
posted @ 2006-08-18 15:36  MSDI  阅读(143)  评论(0)    收藏  举报