ASP.NETはまず「ヒントメッセージ」を表示してからジャンプ---Page.ClientScript.RegisterStartupScript()
552 ワード
// , !
Page.ClientScript.RegisterStartupScript(this.GetType(), "error", "alert(' , 。');window.location.href='Login.aspx';", true);
バックグラウンドでのイベントメソッド(クリック、ページロードなど)
参照先:
上陸機能を実現し、成功を判断した後、alert(「上陸成功」)を先に行う.指定したページにジャンプします.
http://zhidao.baidu.com/question/184221959.html
Page.ClientScript.RegisterStartupScript()メソッドとPage.ClientScript.RegisterClientScriptBlock()メソッド
http://www.cnblogs.com/zhuawang/archive/2007/09/04/881107.html