?? inde.asp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>獵戶--人才網管理系統</title>
<script language=Javascript>
<!--
function showHideMenu() {
if (frmMenu.style.display=="") {
frmMenu.style.display="none"
switchPoint.innerText=4
}
else {
frmMenu.style.display=""
switchPoint.innerText=3
}
}
-->
</script>
<style type="text/css">
<!--
.navPoint
{
font-family: Webdings;
font-size:9pt;
color:white;
cursor:hand;
}
p
{
font-size:9pt;
}
.tblbody
{
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 2px solid;
BORDER-TOP: #b8d2e9 2px solid;
background-color: #1DA4ED;
}
.tblLeftbody
{
BACKGROUND: #8cbde7;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 0px solid;
BORDER-TOP: #b8d2e9 2px solid
}.tblbody
{
background-color: #1DA4ED;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: none;
border-top-color: #1DA4ED;
border-right-color: #B0DFF9;
border-bottom-color: #1DA4ED;
border-left-color: #1DA4ED;
}
.tblLeftbody
{
BACKGROUND: #8cbde7;
BORDER-BOTTOM: #30404f 2px solid;
BORDER-LEFT: #b8d2e9 2px solid;
BORDER-RIGHT: #30404f 0px solid;
BORDER-TOP: #b8d2e9 2px solid
}
-->
</style>
</head>
<body scroll="no" style="MARGIN: 0px" leftmargin="0" topmargin="0">
<!--在這個表中,左邊顯示對應地工具欄,右邊顯示對應地內容-->
<%
%>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" id = "tblTotal" Name = "tblTotal">
<tr><!--工具欄顯示區-->
<td id="frmMenu" name="1" nowrap valign="center" align="middle" class=tblLeftbody>
<iframe id=BoardTitle name=1 style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 180px; Z-INDEX: 2" frameborder="0" src="Menu.asp">
</iframe></td><!--工具欄顯示區結束--><!--工具欄控制開關-->
<td style="WIDTH: 7pt" bgcolor="#1DA4ED" onClick="showHideMenu()" class=tblbody>
<span id="switchPoint" title="關閉/開啟菜單欄" class="navPoint">3</span> </td>
<!--工具欄控制開關結束-->
<td width=100%>
<!--內容顯示對應-->
<iframe id="2" name="2" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1" frameborder="0" src="admin.asp"></iframe></td>
<!--內容顯示對應結束--></tr>
</table><!--表tblTotal結束-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -