?? home.jsp~47~
字號:
<%@ page contentType="text/html; charset=GBK" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<OBJECT id=ml classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></OBJECT>
<script type="" language="javascript">
var MerlinID;
var MerlinACS;
ml.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = ml.Characters.Character(MerlinID);
ml.Searching;
function LoadLocalAgent(CharID, CharACS){
LoadReq = ml.Characters.Load(CharID, CharACS);
return(true);
}
</script>
<title>寵物醫院主窗口</title>
<!--導入Home頁面的樣式表*-->
<link href="Home.css" rel="stylesheet" type="text/css" />
<!--導入選項卡效果的腳本-->
<script type="text/javascript" src="js/Tag.js"></script>
<!--自動將窗口最大化的腳本-->
<script type="">
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
</script>
</head>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td><img alt="" src="img/image_1.gif" /></td>
<td width="40"></td>
<td><img alt="" src="img/image_2.gif" /></td>
</tr>
<tr>
<td colspan="3" height="18"></td>
</tr>
<tr>
<td colspan="3" bgcolor="#B4AA9D"></td>
</tr>
<tr>
<!--此處必須用jsp:include動作來包含htm腳本頁面,不然處理中文時會出錯-->
<td class="datefont" align="left" colspan="3" bgcolor="#CAE8EA"><jsp:include flush="true" page="顯示日期.htm" /></td>
</tr>
<tr>
<td colspan="3" bgcolor="#B4AA9D"></td>
</tr>
</table>
<div id="container">
<div id="title">
<ul>
<li id="tag1"><a href="#" onclick="switchTag('tag1','content1');this.blur();" class="selectli1"><span class="selectspan1">員工信息</span></a></li>
<li id="tag2"><a href="#" onclick="switchTag('tag2','content2');this.blur();"><span>獸醫信息</span></a></li>
<li id="tag3"><a href="#" onclick="switchTag('tag3','content3');this.blur();"><span>寵物信息</span></a></li>
<li id="tag4"><a href="#" onclick="switchTag('tag4','content4');this.blur();"><span>寵物病歷</span></a></li>
<li id="tag5"><a href="#" onclick="switchTag('tag5','content5');this.blur();"><span>寵物所有人</span></a></li>
</ul>
</div>
<div id="content" class="content1">
<div id="content1"><%@ include file="jsp1.jsp" %></div>
<div id="content2" class="hidecontent"><%@ include file="jsp2.jsp" %></div>
<div id="content3" class="hidecontent"><%@ include file="jsp3.jsp" %></div>
<div id="content4" class="hidecontent"><%@ include file="jsp4.jsp" %></div>
<div id="content5" class="hidecontent"><%@ include file="jsp5.jsp" %></div>
</div>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -