涓€涓叧浜嶱ageBase鍩虹被閲岄潰杩涜璺宠浆鍒板弸濂界晫闈㈢殑闂.
涓€涓叧浜嶱ageBase鍩虹被閲岄潰杩涜璺宠浆鍒板弸濂界晫闈㈢殑闂.
浠g爜濡備笅:
public class PageBase:System.Web.UI.Page
{
public PageBase()
{
this.Load += new System.EventHandler(this.PageLoad);
}
private void PageLoad(object sender, System.EventArgs e)
{
if(Session["username"] == null)
{
//Page.Response.Redirect("Login.aspx");
Page.RegisterStartupScript("","<script language='javascript'>parent.location.href='http://www.baidu.com';</script>");
}
}
}
璇烽棶鍚勪綅澶т緺:
涓轰綍浣跨敤Page.RegisterStartupScript鏉ヨ烦杞〉闈笉琛屽憿?绋嬪簭浠嶇劧浼氬幓鎵ц鐖剁被閲岀殑page_load,鑰屼娇鐢≒age.Response.Redirect灏卞彲浠ュ憿?浣嗘槸鐢≒age.Response.Redirect涓嶈兘婊¤冻鎴戠殑瑕佹眰,鍥犱负鎴戞槸鍦ㄦ鏋朵腑鎯冲疄鐜版暣涓〉闈㈢殑璺宠浆.