框架:让页面等待几秒跳到另一个页…

来源:互联网 发布:公交线路查询软件 编辑:程序博客网 时间:2024/05/18 01:20

框架:

<head runat="server">
 <meta  http-equiv="refresh" content="10;url=DebtCollection/CaseManage.aspx";>
   <title>无标题页</title>
</head>

//content:几秒

刷新自己:

 <meta http-equiv="refresh"content="10">

 

让框架的一个页面跳到另一个页:

Response.Write("<script>window.parent.MainFrame.location.href='../Default.aspx'</script>");  

 

MainFrame为框架子页面的ID

0 0
原创粉丝点击