?? index.aspx
字號(hào):
?<%@ 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"> 首頁(yè)</a> <a href="" target="">退出</a></td>
<td>當(dāng)前登錄用戶:<asp:LoginName runat="server" id="LoginName1" />
當(dāng)前時(shí)間:[<%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>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -