本帖最后由 海枫 于 2014-5-30 23:04 编辑
protected void btnadd_Click(object sender, EventArgs e)
{
ClientScript.RegisterClientScriptBlock(this.GetType(), "", "window.open('community_Add.aspx?typeId=" + Request.QueryString["typeid"] + "')", true);
}
Request.QueryString["typeid"] 里有数据 |