asp.net后台返回上一页的方法
时间:2014-12-04 19:26:15
收藏:0
阅读:193
在asp.net的前台页面写如下代码
<input type="button onclick="javascript:window.history.go(-1);"value="返回上一页">
评论(0)
在asp.net的前台页面写如下代码
<input type="button onclick="javascript:window.history.go(-1);"value="返回上一页">