📄 zuixindetail.jsp~1~
字号:
<%@page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage=""%>
<%@page import="liangjuyan.conndb"%>
<%
conndb conn = new conndb();
int ID=-1;
ID=Integer.parseInt(request.getParameter("ID"));
if(ID>0){
ResultSet rs_fuzhuang=conn.executeQuery("select * from haha where id="+ID);
int s_id = 0;
String s_title ="";
String s_detail="";
if(rs_fuzhuang.next()) { s_id=rs_haha.getInt(1);
s_title = rs_haha.getString(2);
s_detail = rs_haha.getString(3);
}
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
.btn_grey {color: #CC3300}
.style2 {color: #FF3300}
.style3 {color: #FF6600}
</style>
</head>
<body>
<table width="760
" height="934" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="934" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/3.png">
<tr>
<td width="23%" height="57" valign="top">
<img src="images/2.png" width="162" height="88">
</td>
<td width="77%" valign="midder" align="center">
<marquee>
<span class="btn_grey">欢迎您登陆**网,请必须先登陆.会员惊喜多多!!</span>
</marquee>
</td>
</tr>
</table>
<table width="100%" height="37" border="0" cellpadding="0" cellspacing="0" background="images/4.png">
<tr>
<td width="12%"> 网上展厅
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="18%"> 发布供求信息
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="17%"> 发布求购信息
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="14%"> 在线调查
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="13%"> 流行时尚
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="13%"> 行业资讯
<img src="images/1.png" width="22" height="22"/>
</td>
<td width="13%"> 关于我们
<img src="images/1.png" width="22" height="22"/>
</td>
</tr>
</table>
<table width="100%" height="52" border="0" cellpadding="0" cellspacing="0" background="images/5.png">
<tr>
<td height="52" background="images/li.png">
<form action="#" method="post"> <table width="758">
<tr>
<td> 用户名
<input name="username" type="text" size="16"/>
<input name="Submit1" type="button" id="Submit1" value="登陆" onClick="window.location.href='denglu.jsp'"/>
<input type="button" name="Submit2" id="Submit2" value="注册" onClick="window.location.href='zhuce.jsp'"/>
</td></tr></table> </form>
<form id="form1" name="form1" method="post" action="">
请选择查询条件</span>
<select name="select">
<option>服装</option>
<option>饰品</option>
<option>生活用品</option>
<option>其他</option>
</select>
<input type="submit" name="Submit" value="搜索"/>
</form>
</td>
</tr>
</table>
<table width="759" height="38">
<tr>
<td width="751" height="32" background="images/haozhao.png"> </td>
</tr>
</table>
<p> <img src="images/db1.png"> <img src="images/db2.png"> <img src="images/db4.png"> <img src="images/db30.png">
<img src="images/db29.png"></p>
<p> <span class="style2"><a href="welcomefuzhuang.jsp" class="btn_grey style3">最受欢迎的服装</a> <a href="welcomeshipin.jsp" class="style3">最受欢迎的饰品</a><a href="detaild.jsp" class="style3"></a> <a href="welcomeshenghuoyongpin.jsp" class="style3">最受欢迎的生活用品</a> <a href="welcomeguangpan.jsp" class="style3">光盘</a> <a href="welcomedianzichanpin.jsp" class="style2">电子产品</a> </p>
<table width="759" height="37">
<tr>
<td width="751" height="30" background="images/cm.png"> </td>
</tr>
</table>
<table width="100%" height="76" bordercolor="#A8B7F2" bgcolor="#BEC5E1" >
<tr>
<td><div align="center"><%=s_title%></div></td>
</tr>
<tr>
<td> <%=s_detail%></td>
</tr>
</table> <img src="file:///C|/Documents%20and%20Settings/liang/My%20Documents/liangjuyan/yan.png" width="760" height="45"/></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -