📄 product_statistic_p.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<style TYPE="text/css">
<!--
body {font-size:10pt;color:#415161}
td {font-size:10pt;color:#415161}
th {font-size:10pt;color:#415161}
</style>
<%
if((String)session.getValue("enter")!="wushili")
{response.sendRedirect("default.htm");}
%>
<body>
<form name="form1" method="post" action="product_statistic.jsp" target="mainFrame">
<table width="100%" border="0" cellspacing="0" bgcolor="#CCCCFF">
<tr>
<td width="94%"><strong>成果名称</strong>
<input name="product_name" type="text" size="40">
<strong>(请输入成果名称关键字)</strong> </td>
<td width="6%"><input type="submit" name="Submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -