?? contentinfo.asp
字號:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
<tr>
<td height="22" bgcolor="#ECF5FB">
<table cellspacing=0 cellpadding=0 width=170 height="20">
<tr>
<td width=5> </td>
<td> <%=rs_shjia("name")%></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" background="images/bj_x.gif"></td>
</tr>
<tr>
<td>
<table width="94%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%
set rs_shjfk=server.CreateObject("adodb.recordset")
strshjiafk="select * from fkfs where shjiaid="&id
rs_shjfk.open strshjiafk,conn,1,1
%>
<td width="6%"> </td>
<td width="100%"><marquee direction="up" width="100%" height="161" scrollamount="2" id=info onMouseOver=info.stop() onMouseOut=info.start() ><%=rs_shjia("content")%></marquee></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" background="images/bj_x1.gif"></td>
</tr>
<tr>
<td height="6" bgcolor="#ECF5FB">
<table cellspacing=0 cellpadding=0 width="100%" height="23">
<tr>
<td width=5> </td>
<td>
<div align="right">給<a href="javascript:;" onClick="javascript:window.open('user/fk.asp?id=<%=request("id")%>');"><%=rs_shjia("name")%></a>留言
<%
if rs_shjfk.recordcount<>0 then
response.write "<a href=""javascript:;"" onClick=""javascript:window.open('user/fkfs_shjia.asp?id="&rs_shjfk("shjiaid")&"','news','width=432,height=288,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;"")>付款方式</a>"
response.write " "
else
response.write " "
end if%>
<%
set rs_shjps=server.CreateObject("adodb.recordset")
strshjiaps="select * from ps where shjiaid="&id
rs_shjps.open strshjiaps,conn,1,1
%>
<%
if rs_shjps.recordcount<>0 then
response.write "<a href=""javascript:;"" onClick=""javascript:window.open('user/ps_shjia.asp?id="&rs_shjps("shjiaid")&"','news','width=432,height=288,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;"")>配送說明</a>"
response.write " "
else
response.write " "
end if%>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" background="images/bj_x1.gif"></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -