📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<script></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Language" content="zh-cn" />
<title></title>
<style type="text/css">
.style1 {
background-color: #808080;
}
.style2 {
text-align: center;
font-size: x-small;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="height: 134px; margin-left:0px; width: 864px;">
<table style="width: 950px; height: 128px" align="center">
<tr>
<td style="height: 97px" colspan="2">
<img alt="" src="pic/in_topbg.jpg" style="width: 1033px; height: 135px" /></td>
</tr>
<tr bgcolor="#808080">
<td style="width: 152px"> <a href= "aspx/rightStart.aspx" target="right"> 首页</a> <a href="" target="">退出</a></td>
<td>当前登录用户:<asp:LoginName runat="server" id="LoginName1" />
当前时间:[<%Response.Write(time); %>]</td>
</tr>
</table>
</div>
<div style="height: 600px; margin-left:0px">
<table style="width: 950px; height: 94%; margin-left:0px" align="center"
class="style1">
<tr>
<td style="width: 150px; margin-left:0px; background-color:Gray"><iframe name="left" src="aspx/left.aspx"visible="true" frameborder="0" scrolling="no" width="100%" height="100%"></iframe> fdsgdsssfsfs</td>
<td><iframe name="right" src="aspx/rightStart.aspx" frameborder="0" scrolling="no"
style="height:100%; width: 100%"></iframe> </td>
</tr>
</table>
</div>
</form>
<hr style="width: 700px; height: 1px">
<p class="style2">Copyright © 2008-2009 BMS
Corporation, All Rights Reserved </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -