?? info_select.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> </p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -