forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.jsp
More file actions
102 lines (101 loc) · 3.96 KB
/
contact.jsp
File metadata and controls
102 lines (101 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="java.util.Iterator"%>
<%@ page import="java.util.Collection"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.text.SimpleDateFormat"%>
<%@ page import="electric.dbs.Dbnews"%>
<%@ page import="electric.dbs.news"%>
<%@ page import="electric.dbs.Newsdb"%>
<%@ page import="electric.electricUtils.ParamUtils"%>
<%@ page import="electric.electricUtils.DbConnectionManager"%>
<%
Newsdb newse=new Newsdb();
int countpage=newse.selectsql(5);
int a=0;
int i=0;
%>
<html>
<head>
<title>新奥家电连锁网络中心!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet">
</head>
<body>
<jsp:include page="banner.htm"/>
<table width="777" height="112" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="188" height="163" valign="top">
<jsp:include page="left.htm"/>
</td>
<td align="center" valign="top"><table width="100%" height="46" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="Images/index/index_03.gif"><jsp:include page="navigation.htm"/></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="100%" height="76" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="76" valign="top" background="Images/index/before_contact.GIF"><table width="95%" height="33" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right">当前位置:联系我们 >>></td>
</tr>
</table></td>
</tr>
</table>
<table width="86%" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="-2" cellpadding="-2" height="23">
<tr>
<td style=" line-height:150%"> <table width="60%" height="277" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>公司名称:</td>
<td>吉林省明日科技有限公司</td>
</tr>
<tr>
<td width="27%">地 址:</td>
<td width="73%">长春市东盛大街89号</td>
</tr>
<tr>
<td>电话号码:</td>
<td>0431-4978981 <br>
0431-4978982</td>
</tr>
<tr>
<td>传 真:</td>
<td>0431-4972266</td>
</tr>
<tr>
<td>电子信箱:</td>
<td><a href="mailto:mingrisoft@mingrisoft.com">mingrisoft@mingrisoft.com</a> <br>
<a href="mailto:mingrisoft@vip.sina.com">mingrisoft@vip.sina.com</a></td>
</tr>
<tr>
<td>网 址:</td>
<td><a href="http://www.mingrisoft.com" target="_blank">http://www.mingrisoft.com</a><br>
<a href="http://www.cccxy.com" target="_blank">http://www.cccxy.com</a></td>
</tr>
<tr>
<td>QQ 号码:</td>
<td>3642159</td>
</tr>
<tr>
<td>邮政编码:</td>
<td>130031</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table> </td>
</tr>
</table></td>
<td width="35" valign="top"><img src="Images/index/index_04.gif" width="35" height="301"></td>
</tr>
</table>
<jsp:include page="copyright.htm"/>
</body>
</html>