tech_statistic_p.jsp

来自「JSP科技企业信息管理系统源码(MSSQL数据库)」· JSP 代码 · 共 31 行

JSP
31
字号
<!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="tech_statistic.jsp" target="mainFrame">
  <table width="100%" border="0" cellspacing="0" bgcolor="#CCCCFF">
    <tr>
      <td width="94%"><strong>产品名称</strong> 
        <input name="tech_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 + =
减小字号Ctrl + -
显示快捷键?