⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 view_info.asp

📁 北方供求 V3.3 Sql 版 §V3.3更新功能 1、首页(自动生成静态
💻 ASP
📖 第 1 页 / 共 3 页
字号:
	</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">姓&nbsp;&nbsp;&nbsp; 名: 
              <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">姓&nbsp;&nbsp;&nbsp; 名: 
              <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">姓&nbsp; 别:<input type="radio" value="保密" name="sex" checked>保密&nbsp; 
			<input type="radio" value="男" name="sex">男&nbsp; 
			<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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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">姓&nbsp;&nbsp;&nbsp; 名: 
              <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">姓&nbsp; 别:<input type="radio" value="保密" name="sex" checked>保密&nbsp; 
			<input type="radio" value="男" name="sex">男&nbsp; 
			<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>
&nbsp;<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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>&nbsp;<font color="#478B47">『 <a href="Javascript:close();">关闭窗口</a> 』</font>&nbsp;&nbsp;&nbsp;</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 + -