上面两种方法都试过了,不行呀!
public void print_Click(object sender, System.EventArgs e)
{
// Response.Redirect("print.aspx?xmbh="+xmbh.Text);
// Response.Write("javascript:window.open(\"print.aspx?xmbh=\"+xmbh.Text)"
;
// Response.Write("<script>window.open('print.aspx?xmbh='"+xmbh.Text+"')</script>"
;
// string url="window.open('print.aspx?xmbh='+xmbh.Text)";
// RegisterStartupScript("open",url);
}
只有
Response.Redirect("print.aspx?xmbh="+xmbh.Text);
可以执行,其他都不可以,但是我要弹出窗口,并且传值