?? empmain_main.asp
字號:
<%
if request.QueryString("PageType") = "Base" then locationsrc = "EmpMain_Base_Disp.asp?ID=" & request.QueryString("ID") & "&pagetype=" & request.QueryString("PageType")
if request.QueryString("PageType") = "hol" then locationsrc = "EmpMain_hol_Disp.asp?ID=" & request.QueryString("ID") & "&pagetype=" & request.QueryString("PageType")
if request.QueryString("PageType") = "pay" then locationsrc = "EmpMain_pay_Disp.asp?ID=" & request.QueryString("ID") & "&pagetype=" & request.QueryString("PageType")
%>
<html xmlns:Jim>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" type="text/css" href="Htc/NavBar.css">
<style>
.IndexTD { border: #0099CC solid; border-width: 0px 1px 1px}
.indextdTop { border: #0099CC solid; border-width: 1px 1px 0px}
</style>
<title>New Page 1</title>
</head>
<body bgcolor="#ECF5FF" scroll="no" leftmargin="0" topmargin="0">
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" >
<form name="form1" method="post" action="">
<input type="hidden" name="ID" value="<%=request.QueryString("ID")%>">
<tr height="24" id="NavbarTr">
<td class="indextdTop">
<Jim:Menubar>
<Root>
<MenuBar url="EmpMain_OverView.asp" img="overview.gif" name="總覽"></MenuBar>
<MenuBar url="EmpMain_Base_Disp.asp" img="general.gif" name="基本資料"></MenuBar>
<MenuBar url="EmpMain_marr_Disp.asp" img="group.gif" name="跟蹤情況"></MenuBar>
<MenuBar url="EmpMain_Edu_Disp.asp" img="book.gif" name="購買情況"></MenuBar>
</Root>
</Jim:Menubar>
</td>
</tr>
<tr>
<td width="100%" class="IndexTD"><iframe name="main" src="<%=locationsrc%>" width="100%" height="100%" frameborder="0"></iframe>
</td>
</tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -