码迷,mamicode.com
首页 > 其他好文 > 详细

frame框架

时间:2015-02-13 09:14:18      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="main.aspx.cs" Inherits="WEB.main" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
    <frameset cols="230,*" border="0" frameborder="no" framespacing="0">
        <frame src="menu.aspx" name="leftFrame" scrolling="yes" noresize="noresize" id="leftFrame"/>
        <frameset rows="100,*,65">
            <frame src="header.aspx" name="topFrame" scrolling="no" noresize="noresize" id="topFrame"/>
            <frame src="TA0003.aspx" name="mainFrame" scrolling="auto" noresize="noresize" id="mainFrame"/>
            <frame src="footer.aspx" name="mainFrame" scrolling="no" noresize="noresize" id="footFrame"/>
        </frameset>
</frameset>
</html>

 

frame框架

标签:

原文地址:http://www.cnblogs.com/yuangel/p/4289611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!