在提交表单后,我目前正在使用提醒的代码。
它会向用户发出成功消息,然后将其重定向到" OtherPage.aspx"使用Javascript
ClientScript.RegisterStartupScript(Me.[GetType](), "Success", "<script type='text/javascript'>alert('The windows has been successfully updated ');window.location='OtherPage.aspx';</script>'")
我想在它下面添加一个代码,以便在javascript关闭的情况下重定向用户
但问题是,如果我编写Server.Transfer或Response.Redirect警报将不再显示