?? guide.htm
字號:
<!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>
<title>Untitled Page</title>
<link href="DEFAULT/CSS/Manager_Main_Page.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script language="javascript" type="text/javascript">
function guidepage(strhref){
parent.parent.frames(1).location = strhref;
}
</script>
<table id="guide">
<tr>
<td><input type="button" class="Style_Button" onclick="javascript:guidepage('ClientManager.aspx');" value="客戶信息" />
</td>
<td><input type="button" class="Style_Button" onclick="javascript:guidepage('ProductManager.aspx');" value="產品信息" />
</td>
<td><input type="button" class="Style_Button" onclick="javascript:guidepage('Order_Manage_Page.aspx');" value="訂單信息" />
</td>
<td><input type="button" class="Style_Button" onclick="javascript:guidepage('StatisticsPage.aspx');" value="統計信息" />
</td>
<td><input type="button" class="Style_Button" onclick="javascript:parent.close();;" value="退出" />
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -