在c# web程序中,如为页面按钮写返回上一页代码
this.registerclientscriptblock("e", "<script language=javascript>history.go(-2);</script>");
其中,history.go(-2),要写为-2,因在按钮事件触发前,已刷新一次页面,所以应是-2。
response.write("<script language=javascript>history.go(-2);</script>");
此处也要写为“-2”。跟直接写脚本的有所不同。
新闻热点
疑难解答