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

📄 info_view.asp

📁 WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个人空间,博客,话题,相册,分类信息,短信,交友等免费服务,致力打造中国第一套 WEB2.0交友系统开源网站.
💻 ASP
字号:
<!--#include file="../config.asp"-->
<!--#include file="../../dns/dns.asp"-->
<%
call infodel()
'----------------------------------------------------------------------------------------------
set rsb=server.createobject("adodb.recordset")
sql="select "&WebSqlType&"_infoid as "&WebSqlType&"_id, *  from "&WebSqlType&"_info where "&WebSqlType&"_infoid="&clng(request("infoid"))
rsb.open sql,conn,1,1
conn.execute("update "&WebSqlType&"_info set "&WebSqlType&"_infohtc="&WebSqlType&"_infohtc+1 where "&WebSqlType&"_infoid="&clng(request("infoid"))&"")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=rsb(""&WebSqlType&"_infotitle")%> <%=title%> <%=usertwourl%></title>
<meta name="robots" content="follow,index" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function copyurl(url){
window.clipboardData.setData('text',url);
document.getElementById("copyUrl").innerHTML="<font class='redtext2'>地址已复制</font>";
}
</script>
</head>
<body>
<div id="wrap">
<!--#include file="top.asp"-->

<DIV class=nav><SPAN class="right button"><A 
href="info_add.asp?id=<%=id%>">发招贴</A> 
</SPAN>我的位置:<A href="index.asp?id=<%=id%>">首页</A> &raquo; <A 
id=classList href="info.asp?id=<%=id%>">招贴</A> &raquo; 
<STRONG><%=rsb(""&WebSqlType&"_infotitle")%></STRONG></DIV>

<DIV id=wrap2>
<H2><SPAN class=right>浏览:<%=trim(rsb(""&WebSqlType&"_infohtc"))%></SPAN><%=trim(rsb(""&WebSqlType&"_infotitle"))%></H2>
<DIV class=box>
<TABLE cellSpacing=0>
  <TBODY>
  <TR>
    <TH></TH></TR></TBODY></TABLE>
<TABLE cellSpacing=0>
  <TBODY>
  <TR>
    <TD class=td vAlign=top width=160>
<%call Userinfo()%>
	  
	  
	  </TD>
    <TD class=td vAlign=top align=left>
	
<%call infotitle()%> 
      <DIV class="title bigtext"><!--<img src="images/em/em1.gif" align="absmiddle" />--><STRONG>标题:<%=trim(rsb(""&WebSqlType&"_infotitle"))%></STRONG> </div>
      <BR><SPAN class="smalltext graytext">发表于:<%=trim(rsb(""&WebSqlType&"_infodate"))%></SPAN> </DIV>
      <DIV class=bbs-content id=content_0><PRE><%=trim(rsb(""&WebSqlType&"_infobook"))%></PRE></DIV></TD></TR></TBODY></TABLE>

<%call Cbook(5)%>


</DIV>

<%call Vbookadd(rsb(""&WebSqlType&"_infotitle"),rsb(""&WebSqlType&"_infoid"),5,"info")%>

<DIV class=cl></DIV></DIV>


<%call bottom()%>
</div>
</body>
</html>  
<%
rsb.close
set rsb=nothing
%>	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -