2012年11月2日 星期五
FRAMESET 框架
Author: Mango
|
at:清晨7:32
|
Category :
HTML5
|
FRAMESET 框架
rows垂直分割
cols水平分割
主頁
<FRAMESET rows="30%,*">
<FRAME src="Atop.aspx"/>
<FRAMESET COLS="30%,*">
<FRAME src="Bleft.aspx" />
<FRAME src="Cright.aspx" NAME="A"/>
</FRAMESET>
</FRAMESET>
其中B頁 放連結 改變C頁的內容
B頁要設定 BASE
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<BASE TARGET="A">
</head>
<body>
<form id="form1" runat="server">
<div>
<a href="Atop.aspx">Atop.aspx</a>
<a href="Bleft.aspx">Bleft.aspx</a>
<a href="Cright.aspx">Cright.aspx</a>
</div>
</form>
Bleft
</body>
參考 http://nknucc.nknu.edu.tw/~jwu/html/htmlch5.htm
訂閱:
張貼留言 (Atom)
0 意見:
張貼留言