📄 index.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<%@ page contentType="text/html;charset=gb2312"%>
<head>
<title>无标题文档</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="Layer1" style="position:absolute; left:298px; top:76px; width:308px; height:37px; z-index:1">
<h1 align="center" class="style1">商品管理系统</h1>
</div>
<div id="Layer3" style="position:absolute; left:344px; top:164px; width:218px; height:235px; z-index:3">
<table width="218" height="229" border="1">
<tr>
<td bgcolor="#0099FF"><div align="center"><a href="addproduct.jsp">增加商品</a></div></td>
</tr>
<tr>
<td bgcolor="#0099FF"><div align="center"><a href="modifyproduct.jsp">修改商品</a></div></td>
</tr>
<tr>
<td bgcolor="#0099FF"><div align="center"><a href="deleteproduct.jsp">删除商品</a></div></td>
</tr>
<tr>
<td bgcolor="#0099FF"><div align="center"><a href="findproduct.jsp">查找商品</a></div></td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:638px; top:422px; width:56px; height:23px; z-index:4">
<div align="center">【<a href='javascript:window.close()'>关闭</a>】</div>
</div>
<div id="Layer4" style="position:absolute; left:707px; top:421px; width:56px; height:26px; z-index:5">
<div align="center">【<a href=javascript:print()>打印</a>】</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -