index.aspx

来自「是个小区车辆管理系统」· ASPX 代码 · 共 24 行

ASPX
24
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="Czy_index" %>

<HTML>
	<HEAD>
		<title>Main</title>
	</HEAD>
	<body>
		<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="left: 0px; width: 100%; position: absolute; top: 0px; height: 105%" >
			<TBODY>
				<tr>
					<td id="MenuLeft" vAlign="top" align="left">
						<IFRAME frameBorder="no" id="frmTitleLeft" name="frmLeft" src="left.aspx" scrolling="no"
							style="VISIBILITY: inherit; WIDTH: 175px; HEIGHT: 105.28%"></IFRAME>
					</td>
					<td id="OfficeMain" vAlign="top" align="left" width="100%">
						<IFRAME frameBorder="0" id="frmOfficeMain" name="OfficeMain" src="Main.aspx" width="100%"
							height="105%" style="WIDTH: 100%; HEIGHT: 105.28%"></IFRAME>
					</td>
				</tr>
			</TBODY>
		</table>
	</body>
</HTML>

⌨️ 快捷键说明

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