⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info_select.jsp

📁 JSP.net环境下开发的科技企业信息管理系统 适用于科研开发单位
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<!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");}

String enterprise_name=new String(request.getParameter("e_n").getBytes("ISO8859_1"), "GBK");
session.putValue("e_d",enterprise_name);
%>


<body>


<table width="100%" border="0" cellspacing="0">
  <tr> 
    <td colspan="5" background="../img/bt.jpg"><font color="#FFFFFF"><strong><%=enterprise_name%></strong></font></td>
  </tr>
  <tr> 
    <td><a href="info_co.jsp"><img src="../img/base.gif" width="200" height="40" border="0"></a></td>
	<td><a href="tech_info.jsp"><img src="../img/tech.gif" width="200" height="40" border="0"></a></td>
	<td><a href="product_info.jsp"><img src="../img/product.gif" width="200" height="40" border="0"></a></td>
  </tr>
  <tr> 
    <td><a href="patent_info.jsp"><img src="../img/patent.gif" width="200" height="40" border="0"></a></td>
	<td><a href="brand_info.jsp"><img src="../img/brand.gif" width="200" height="40" border="0"></a></td>
	<td><a href="loan_info.jsp"><img src="../img/loan.gif" width="200" height="40" border="0"></a></td>
  </tr>
  <tr> 
    <td><a href="captial_info.jsp"><img src="../img/captial.gif" width="200" height="40" border="0"></a></td>
	<td><a href="tech_plan_info.jsp"><img src="../img/tech_plan.gif" width="200" height="40" border="0"></a></td>
	<td><a href="patent_plan_info.jsp"><img src="../img/patent_plan.gif" width="200" height="40" border="0"></a></td>
  </tr>
</table>
<div align="right">
  <input type=button name=button_fh value="返回" onclick="javascript:history.go(-1);">
</div>
<p>&nbsp; </p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -