asp.net网站的global.asax文件里怎么写弹窗提示?

2024-12-18 02:12:14
推荐回答(2个)
回答1:

this.Page.ClientScript.RegisterStartupScript(this.GetType(), "js", "alert('超时!请重新登录!')", true);

回答2:

Page.RegisterStartupScript("alert ", " ");
试一下这样行不