posts - 165, comments - 198, trackbacks - 0, articles - 1
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

html frameset使用

Posted on 2008-03-09 14:25 G_G 阅读(1426) 评论(0)  编辑  收藏 所属分类: Other
页面分框 如:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/zhongqi/Style/Style.css" rel="stylesheet" type="text/css">
<title>无标题文档</title>

</head>
<frameset rows="110,*" cols="*" frameborder="yes" border="0" bordercolor="#1e8bc1" framespacing="0" >
  
<frame src="top.jsp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="180,*" frameborder="no" border="0" bordercolor="#1e8bc1" framespacing="1" >
    
<frame src="left.jsp" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" title="leftFrame" />
    
<frame src="main.jsp" name="mainFrame" id="mainFrame" title="mainFrame" />
  
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>

其他页链接上
<href="/zhongqi/zhongqi/huifu.jsp" target="mainFrame">回复</a>



只有注册用户登录后才能发表评论。


网站导航: