📄 showdetial.jsp
字号:
<td width="50" height="30" align="left" valign="middle" class="text3">密码:</td>
<td width="135" height="30" align="left" valign="middle">
<input name="userPW" type="password" class="text3" id="userPW" value="" size="16" maxlength="16">
</td>
</tr>
<!--登录注册按钮行-->
<tr>
<td height="25" colspan="3" align="left" valign="top">
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="85" height="25" align="right" valign="middle">
<input name="imageFieldLogin"type="image" src="<%=request.getContextPath()%>/images/button_login.gif" width="54" height="23" onClick="login_submit()">
</td>
<td width="30" height="25"> </td>
<td width="85" height="25" align="left" valign="middle">
<a href="<%=request.getContextPath()%>/register.jsp">
<img src="<%=request.getContextPath()%>/images/button_rege.gif" width="55" height="25" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<% }else
{
%>
<!--登录成功后部分的表格-->
<table width="100%" height="90" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<table width="100%" height="86" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<span class="STYLE1">会员:<%=session.getAttribute("userName")%></span> </td>
</tr>
<tr>
<td align="center" valign="top">
<span class="STYLE1">欢迎您来到游戏天地!</span> </td>
</tr>
</table>
</td>
</tr>
</table>
<%
}
%>
<!--搜索部分的表格-->
<table cellspacing="0" cellpadding="0" width="100%" height="185" border="0">
<tr>
<td align="left" valign="top">
<TABLE width="100%" height="135" border=0 cellPadding=0 cellSpacing=0>
<FORM name=form1 action= method=post>
<!--虚线图片行-->
<TR>
<TD align="center" colSpan=2 height=10><IMG src="<%=request.getContextPath()%>/images/line.gif" width=180 height=1></TD>
</TR>
<!--搜索图片行-->
<TR align=middle>
<TD class=text1 colSpan=2 height=30><IMG src="<%=request.getContextPath()%>/images/title_spss.gif" width=160 height=30></TD>
</TR>
<!--空格行-->
<TR>
<TD align=right colSpan=2 height=5></TD>
</TR>
<!--价格范围行-->
<TR>
<TD width="35%" height="25" align=right class=text1>价格范围:</TD>
<TD width="50%" height="25" align=left class=text1>
<select style="WIDTH: 100px" name="prices_select">
<option value="0" selected>价格范围</option>
<option value="1">20元以下</option>
<option value="2">20-30元</option>
<option value="3">30-40元</option>
<option value="4">40-50元</option>
</select></TD>
</TR>
<!--关键字行-->
<TR>
<TD class=text1 align=right height=20>关 键 字:</TD>
<TD align=left><INPUT size=10 name=key></TD>
</TR>
<!--空格行-->
<TR>
<TD colSpan=2 height=10></TD>
</TR>
<!--搜索按钮行-->
<TR align=middle>
<TD class=text1 colSpan=2 height="35"><INPUT name="image" type=image src="<%=request.getContextPath()%>/images/button_search.gif" width=95 height=35></TD>
</TR>
</FORM>
</TABLE>
</td>
</tr>
</table>
<!--购物车部分的表格-->
<TABLE width="100%" height="85" border=0 cellPadding=0 cellSpacing=0>
<!--虚线图片行-->
<TR>
<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
</TR>
<!--购物车图片行-->
<TR>
<TD align=middle height="65"><a href="<%=request.getContextPath()%>/shoppingCar.jsp"><IMG height=65 src="<%=request.getContextPath()%>/images/title_gwc.gif" width=185 border=0></a></TD>
</TR>
<!--虚线图片行-->
<TR>
<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
</TR>
</TABLE>
<TABLE width="100%" height="270" border=0 cellPadding=5 cellSpacing=0>
<TR>
<TD height=20 align=middle background="<%=request.getContextPath()%>/images/title_rbg.gif" class=text6></TD>
</TR>
<TR>
<TD height=250 align="left" valign="middle">
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
<!--==================中间部分右边一列==================-->
<td width="550" height="600" align="left" valign="top" background="<%=request.getContextPath()%>/images/right_bg.gif">
<!--右边一列嵌入的表格-->
<table width="510" height=498 border="0" cellpadding="0" cellspacing="0" background="<%=request.getContextPath()%>/images/right_bg.gif">
<tr>
<td align="left" valign="top">
<jsp:include page="showDetial_part.jsp" >
<jsp:param name="test" value="123" />
</jsp:include>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-----------------------------------------------------底部横菜单部分的表格-------------------------------------------->
<table height="89" width=100% cellSpacing=0 cellPadding=0 align="center" border=0>
<TR>
<TD height="41" align="center" class=text2 style5 style4><img src="images/menu_down2.gif" width="749" height="42"></TD>
</TR>
<TR>
<TD width=776 height="48" align="center" bgcolor="#453F3F" class=text2 style5 style4>
<A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 首 页</font></A> -
<A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 购物车</font></A> -
<A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF">购物帮助</font></A> -
<A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 支付说明</font></A> -
<A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 联系我们</font></A>
</TD>
</TR>
</TABLE>
<!--------------------------------------------------------底部网站信息--------------------------------------------------->
<table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle" >
<p align="center" class="style6">游戏天地 精品游戏<BR>
地址:成都信息工程学院航空港 邮编:610225<BR>
电话:028-85967449 Email:lxcliz@163.com <BR>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -