楼主刚接触 JAVA EE 想在后台系统加一个对已知商品情况的搜索功能,就是把想要的结果在原来的页面单独显示出来 下面是部分 jsp 代码
商品管理 | ||||||||
序号 | 商品名称 | 商品描述 | 分类 | 商品图片 | 市场价格 | 特价 | 库存 | 操作 |
<s:property value="#ss.index+1"> </s:property> | <s:property value="#goods.goodsName"> </s:property> | )" class="pn-loperator">商品描述 | <s:property value="#goods.goodsCatelogName"> </s:property> |
')" onmouseout = "out()" style="cursor:hand;">
查看图片
|
<s:property value="#goods.goodsShichangjia"> </s:property> | <s:if test="#goods.goodsIsnottejia=='no'">无特价 )">设为特价 </s:if> <s:if test="#goods.goodsIsnottejia=='yes'"> <s:property value="#goods.goodsTejia"> </s:property></s:if> | <s:property value="#goods.goodsKucun"> </s:property> | )" class="pn-loperator">删除 |
<table width='98%' border='0'style="margin-top:8px;margin-left: 5px;">
<tr>
<td>
<input type="button" value="添加" style="width: 80px;" onclick="goodsNoTejiaAdd()" />
</td>
</tr>
</table>
<div id="tip" style="position:absolute;display:none;border:0px;width:80px; height:80px;">
<TABLE id="tipTable" border="0" bgcolor="#ffffee">
<TR align="center">
<TD><img id="photo" src="" height="80" width="80"></TD>
</TR>
</TABLE>
</div>
</body>
1
zhuchao1236 OP 楼主还是小白,不懂在 V2EX 贴图片。。。
|