#region PageReplace()
/// <summary>
/// 轉址指定網頁
/// </summary>
/// <param name="PageURL">轉址指定網頁位置</param>
protected void PageReplace(string PageURL)
{
this.ClientScript.RegisterStartupScript(this.GetType(), "PageReplace", string.Format("<script type=\"text/javascript\">window.location.replace('{0}');</script>", PageURL));
}
#endregion
沒有留言:
張貼留言