在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<input type=button value=刷新 onclick="window.location.reload()"> 在C# Web程序中,如为页面按钮写返回上一页代码 ClientScript.RegisterStartupScript(this.GetType(), "", "<script>alert('Add a comment successful');javascript:history.go(-2);</script>"); 其中,history.go(-2),要写为-2,因在按钮事件触发前,已刷新一次页面,所以应是-2。 |
请发表评论