?? view_info.asp
字號:
</tr>
</table></td>
</tr>
<tr>
<td width="100%" height="10" colspan="4"></td>
</tr>
<tr>
<td width="100%" colspan="4" bgcolor="#BFDFFF" height="2"></td>
</tr>
<tr>
<td width="100%" height="20" colspan="4" bgcolor="#99CCFF" align="center"><table cellSpacing="0" cellPadding="0" width="520" align="center" border="0">
<tr>
<td class="hei18"><b><font color="#ff0000">提醒您:</font></b>
<br>
所有信息的真實性與合法性由信息提供者負責,請您在進行交易時注意辨別真偽。<br>
對于您所進行的任何交易我們不作擔保,并且不承擔任何法律責任。<br>
建議選擇同城當面交易、二手商家的信息,提高警惕。信息,提高警惕。</td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" height="20" colspan="4" bgcolor="#EFEFEF" align="center">
<table width="100%" border="0">
<TR>
<TD background=images/line.gif
height=1 colspan="3" ></TD>
</TR>
<tr class="f" >
<TD width="42%">本文共有留言 <FONT color=#cc0000><% = rdsInfo("hf")%></FONT>
篇︱閱讀 <FONT
color=#cc0000><% = rdsInfo("Hits")%></FONT> 次 </TD>
<TD width="22%"><A href="review.asp?ID=<% =intInfoKey%>">
<FONT
color=#0000FF>查看全部留言</FONT></A></TD>
<TD width="28%"><FONT
color=#0000FF>直接發信給:</FONT><a href="#" onClick="window.open('xinxi_mail.asp?email=<%= trim(rdsInfo("Email"))%>&id=<% =intInfoKey%>','發送郵件','status=yes,scrollbars=yes,resizable=yes,width=380,height=365')"><FONT
color=#E10044><% = rdsInfo("ContactMan")%></FONT></a></TD>
</tr><%set rshf=Server.Createobject("ADODB.Recordset")
sqlhf="select top 10 * from Dat_hf Where xxid ="&intInfoKey&" order by id desc"
rshf.open sqlhf,conn,1,1
if rshf.eof then
%>
<TR>
<TD background=images/DOTLINE.GIF height=1 colspan="3" ></TD>
</TR>
<TR>
<TD colspan="3" >
<p align="center">暫時沒有留言!</TD>
</TR><%else
do while not rshf.eof%>
<TR>
<TD background=images/DOTLINE.GIF height=1 colspan="3" ></TD>
</TR>
<TR>
<TD colspan="3" >
<div align="center">
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0">
<tr>
<td align="center" width="103">姓名:<%=rshf("name")%></td>
<td>留言內容:<%=rshf("neirong")%></td>
<td align="center" width="122"><%=rshf("hfsj")%></td>
</tr>
</table>
</div>
</TD>
</TR>
<%rshf.movenext
loop
end if
rshf.close
set rshf=nothing%>
<TR>
<TD background=images/DOTLINE.GIF height=1 colspan="3" ></TD>
</TR>
</table>
</td>
</tr>
<tr>
<td width="100%" height="20" colspan="4" bgcolor="#EFEFEF" align="center">
<%
if not IsTimeOut(Session("boobuser"),Session("boobpass")) and intMemberKey <> "" then
Dim rdsMembersq
Dim sqlMembersq
set rdsMembersq = Server.CreateObject("ADODB.Recordset")
sqlMembersq = "Select * From Dat_Member Where MemberKey = "& intMemberKey
rdsMembersq.Open sqlMembersq,Conn,1,1
if not rdsMembersq.EOF then
%>
<TABLE cellSpacing=0 cellPadding=0 width="547" class="f" border=0>
<TBODY>
<form action="savehf.asp" method="POST" name="AddInfo" OnSubmit="return bbhf()" target="_blank">
<TR>
<TD width="27" height="31"> </TD><%if rdsMembersq("MemberType") = "1" then%>
<TD width="221" height="31">姓 名:
<INPUT onmouseover="this.focus()" onfocus="this.select()" onblur="if (value ==''){value='<% = rdsMembersq("RealName")%>'}" onclick="if(this.value=='<% = rdsMembersq("RealName")%>')this.value=''" type="text" name="name" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000" value="<% = rdsMembersq("RealName")%>">
</TD><%else%><TD width="221" height="31">姓 名:
<INPUT onmouseover="this.focus()" onfocus="this.select()" onblur="if (value ==''){value='<% = rdsMembersq("ContactMan")%>'}" onclick="if(this.value=='<% = rdsMembersq("ContactMan")%>')this.value=''" type="text" name="name" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000" value="<% = rdsMembersq("ContactMan")%>">
</TD><%end if%>
<TD width="299" height="31">姓 別:<input type="radio" value="保密" name="sex" checked>保密
<input type="radio" value="男" name="sex">男
<input type="radio" value="女" name="sex">女</TD>
<input type="hidden" name="xxid" value="<% = intInfoKey%>">
<input type="hidden" name="xxtime" value="<% =rdsInfo("CreateTime")%>">
<input type="hidden" name="xxts" value="<% =rdsInfo("InfoDate")%>">
<input type="hidden" name="xxmem" value="<% =rdsInfo("MemberKey")%>">
</TR>
<TR>
<TD width="27" height="24"> </TD>
<TD width="520" colspan="2" height="24">留言主題:
<INPUT onmouseover="this.focus()" onfocus="this.select()" onblur="if (value ==''){value='留言:<% = rdsInfo("Topic")%>'}" onclick="if(this.value=='留言:<% = rdsInfo("Topic")%>')this.value=''" type="text" name="tit" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000" value="留言:<% = rdsInfo("Topic")%>" size="55">
</TD>
</TR>
<TR>
<TD width="27" height="45" rowspan="2"> </TD>
<TD width="221" height="23">聯系電話:
<INPUT onmouseover="this.focus()" onfocus="this.select()" type="text" name="tel" value="<% = rdsMembersq("Tel")%>" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000"></TD>
<TD width="299" height="23"> </TD>
</TR>
<TR>
<TD width="221" height="22">電子信箱:
<INPUT onmouseover="this.focus()" onfocus="this.select()" type="text" name="email" value="<% = rdsMembersq("Email")%>" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000"></TD>
<TD width="299" height="22"> </TD>
</TR>
<TR>
<TD width="27"> </TD>
<TD width="520" colspan="2">
<BR>
您的留言:
<TEXTAREA onmouseover="this.focus()" onfocus="this.select()" class=font name="neirong" rows=8 cols=60></TEXTAREA>
</TD>
</TR>
<TR>
<TD width="27"> </TD>
<TD width="520" colspan="2">
<DIV align=center>
<input type="submit" value="馬上發布" name="Submit" class="button"> <input type="reset" value="重新填寫" name="Reset" class="Button">
</DIV>
</TD>
</TR>
<tr>
<td height="10"></td>
</tr>
</FORM>
</TBODY>
</TABLE>
<%
rdsMembersq.Close
set rdsMembersq = nothing
end if
else
%>
<TABLE cellSpacing=0 cellPadding=0 width="547" class="f" border=0>
<TBODY>
<form action="savehf.asp" method="POST" name="AddInfo" OnSubmit="return bbhf()" target="_blank">
<TR>
<TD width="27" height="31"> </TD>
<TD width="221" height="31">姓 名:
<INPUT onmouseover="this.focus()" onfocus="this.select()" type="text" name="name" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000" value="">
</TD>
<TD width="299" height="31">姓 別:<input type="radio" value="保密" name="sex" checked>保密
<input type="radio" value="男" name="sex">男
<input type="radio" value="女" name="sex">女</TD>
<input type="hidden" name="xxid" value="<% = intInfoKey%>">
<input type="hidden" name="xxtime" value="<% =rdsInfo("CreateTime")%>">
<input type="hidden" name="xxts" value="<% =rdsInfo("InfoDate")%>">
<input type="hidden" name="xxmem" value="<% =rdsInfo("MemberKey")%>">
</TR>
<TR>
<TD width="27" height="24"> </TD>
<TD width="520" colspan="2" height="24">留言主題:
<INPUT onmouseover="this.focus()" onfocus="this.select()" onblur="if (value ==''){value='留言:<% = rdsInfo("Topic")%>'}" onclick="if(this.value=='留言:<% = rdsInfo("Topic")%>')this.value=''" type="text" name="tit" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000" value="留言:<% = rdsInfo("Topic")%>" size="55">
</TD>
</TR>
<TR>
<TD width="27" height="45" rowspan="2"> </TD>
<TD width="221" height="23">聯系電話:
<INPUT onblur="if (value ==''){value='0396-'}" onclick="if(this.value=='0396-')this.value=''" onmouseover="this.focus()" onfocus="this.select()" type="text" name="tel" value="0396-" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000"></TD>
<TD width="299" height="23"> </TD>
</TR>
<TR>
<TD width="221" height="22">電子信箱:
<INPUT onmouseover="this.focus()" onfocus="this.select()" type="text" name="email" value="" style="font-family: 宋體; font-size: 9pt; background-color: #FFFFFF; color: #000000; border: 1 solid #000000"></TD>
<TD width="299" height="22"> </TD>
</TR>
<TR>
<TD width="27"> </TD>
<TD width="520" colspan="2">
<BR>
您的留言:<br>
<TEXTAREA onmouseover="this.focus()" onfocus="this.select()" class=font name="neirong" rows=8 cols=60></TEXTAREA>
</TD>
</TR>
<TR>
<TD width="27"> </TD>
<TD width="520" colspan="2">
<DIV align=center>
<input type="submit" value="馬上發布" name="Submit" class="button"> <input type="reset" value="重新填寫" name="Reset" class="Button">
</DIV>
</TD>
</TR>
<tr>
<td height="10"></td>
</tr>
</FORM>
</TBODY>
</TABLE>
<%end if%>
</td>
</tr>
<tr>
<td width="100%" height="30" align="right" colspan="4"><font color="#478B47">『 </font>
<A href="javascript:window.external.addfavorite('http://<% =request.servervariables("server_name")%><%=request.servervariables("url")%>?id=<%=intInfoKey%>','<%=bt%>-<% =strSiteName%>')">收藏本條信息</a><font color="#478B47"> 』</font> <font color="#478B47">『 <a href="Javascript:close();">關閉窗口</a> 』</font> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table height="6" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table><%
rdsInfo.Close
set rdsInfo = nothing
sqlUpdateInfoHits = "Update Dat_Information Set Hits = Hits + 1 Where InfoKey = "& intInfoKey
Conn.Execute sqlUpdateInfoHits%>
</td>
</tr>
</table></div>
<!--開始-->
<div align="center">
<table border="0" style="border-collapse: collapse" width="760">
<tr>
<td background="hy/img/2005_soft_mainbg.gif" height="7"></td>
</tr> </table>
</div>
<!--結束-->
<!--#include file="end.asp"-->
</body>
</html>
<%
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -