default.htm

来自「本系统主要内容是围绕图书销售管理系统而展开讨论的」· HTM 代码 · 共 29 行

HTM
29
字号
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>欢迎使用图书网络管理系统!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="Main.css" type="text/css" rel="stylesheet" />
</head>
<body style=" margin-top:0; margin-bottom:0"><form method="post" runat="server">
    <table border="0" runat="server" cellpadding="0" cellspacing="0" style="width: 100%;height:500px">
        <tr>
            <td colspan="2" style="height: 85px"><iframe name="top" src="top.aspx" style="width: 100%" scrolling="no" height="100%"></iframe>
            </td>
        </tr>
        <tr>
            <td style="width: 100px; height: 500px;" valign="top"><iframe src="left.aspx"  runat="server" id="main" style="height: 500px" width="128"></iframe>
            </td>
            <td style="height:500px" valign="top"><iframe name="main"  src="initmain.htm" runat="server" id="contents"  style="height:500px; vertical-align: middle; text-align: center;" width="100%" marginheight="0" marginwidth="0"></iframe>
            </td>
        </tr>
    </table> 
    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height:20px">
        <tr>
            <td style="width: 100%; height:20px; background-image:url(Img/bottom.gif); text-align: center;" valign="top">
                &nbsp;Copyright(C) 南阳理工学院 计算机系毕业设计专用</td>
        </tr>
    </table>
</form>
 </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?