首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

asp当前页面刷新后再 打开另一个页面,代码怎么写

2012-05-31 
asp当前页面刷新后再 打开另一个页面,代码如何写Response.Redirect(PaiGongDo.aspx?buyorderid + this.

asp当前页面刷新后再 打开另一个页面,代码如何写
Response.Redirect("PaiGongDo.aspx?buyorderid=" + this.txt_orderNo.Text);

Response.Redirect("~/Rpt/RptPaigong.aspx?buyorderid=" + this.txt_orderNo.Text);

1、执行第一句后第二句就不再执行了?
2、第二个能在新页面中打开,我用了Response.Write(),执行后css样式都变了,


[解决办法]
你的请假本身就相当于一个刷新然后
Page.ClientScript.RegisterStartupScript(GetType(), "openDialog", "window.open('http://www.baidu.com')", true);

热点排行