?? info_prime2.asp
字號:
<!--精品熱賣-->
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td rowspan="4" width="30%">
<%if rs("bookpic")="" then
response.write "<div align=center><a href=list.asp?id="&rs("bookid")&" ><img src=images/emptybook.gif width=75 height=75 border=0></a></div>"
else%>
<div align="center"><a href=list.asp?id=<%=rs("bookid")%>><img src="<%=trim(rs("bookpic"))%>" width=75 border=0 height="75"></a>
<%end if%>
</div>
</td>
<td width="70%"><a href=list.asp?id=<%=rs("bookid")%>><font color="#800000"><u><strong><%=trim(rs("bookname"))%></strong></u></font></a></td>
</tr>
<tr>
<td width="70%">市場價:<s><%=trim(rs("shichangjia"))%>元</s>
會員價:<font color=#FF0000><%=trim(rs("huiyuanjia"))%>元</font>
VIP價:<%if Request.Cookies("web767")("reglx")=2 then%><%=trim(rs("Vipjia"))%>元<%else%><font color="#FF9999">更優惠!</font><%end if%></td>
</tr>
<tr>
<td width="70%"><a href="javascript:;" onClick="javascript:window.open('shopcart.asp?id=<%=rs("bookid")%>&action=add','shouchang','width=450,height=350,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');"><img src="images/goumai.gif" width="40" height="18" border=0></a>
<a href="javascript:;" onClick="javascript:window.open('favorites.asp?id=<%=rs("bookid")%>&action=add','shouchang','width=450,height=350,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');"><img src="images/Favorites.gif" width="40" height="18" border=0></a></td>
</tr>
<tr>
<td width="70%"><font color="#999999">
<%if len(trim(rs("bookcontent")))>50 then
response.write left(trim(rs("bookcontent")),50)&"...."
else
response.write trim(rs("bookcontent"))
end if%></font></td>
</tr>
<tr>
<td colspan="2" height=1 background="images/bj_x1.gif"></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -