?? hardware management.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>Hardware Management</title>
</head>
<script language="javascript" type="text/javascript">
function OpenWindow(page)
{
window.open(page);
}
function Redirect(page)
{
window.location = page;
}
</script>
<body bgcolor="#ff9933">
<table border="1">
<tr>
<td colspan="4" style="text-align: right">
<input id="Button1" type="button" value="Save" style="width: 50px" onclick="Redirect('Hardware List.htm');" />
<input id="Button2" type="button" value="Back" style="width: 50px" onclick="Redirect('Hardware List.htm');" /><br />
</td>
</tr>
<tr>
<td colspan="4" style="text-align: center"><strong><span style="font-size: 16pt">Hardware Management</span></strong></td>
</tr>
<tr>
<td>Hardware ID</td>
<td colspan="3">HW-0001</td>
</tr>
<tr>
<td>Hardware Name</td>
<td colspan="3"><input id="Text1" type="text" value="BTHF" style="width: 400px" /></td>
</tr>
<tr>
<td>Hardware Description</td>
<td colspan="3"><input id="Text2" type="text" value="BTHF" style="width: 400px; height: 200px;" /></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -