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

📄 showwz.asp

📁 个人网站系统 毕业论文 大家可以借鉴下
💻 ASP
字号:
<script>
function runEx(cod1)  {
 cod=document.all(cod1)
  var code=cod.value;
  if (code!=""){
  var newwin=window.open('','','');  
  newwin.opener = null 
  newwin.document.write(code);  
  newwin.document.close();
}
}
</script>
<!--#include file="conn.asp"-->
<!--#include file="ubbcode.asp"-->
<!--#include file="function.asp"-->
<!--#include file="jbsz.asp"-->
<%dy_id=request.QueryString("id")
if dy_id<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from dy_wenzhang where dy_id="&dy_id
rs.open sql,conn,3,3
rs("dy_hit")=rs("dy_hit")+1
rs.update%>
<title><%=dy_name%>文章系统</title><body oncontextmenu="return false"   leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="overflow-x:hidden">
<table width="480" height="296" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="bottom"> 
      <table  width="465" height="321" border="0" cellpadding="0" cellspacing="0" bgcolor="#990000" style="word-break:break-all">
        <tr align="center" valign="bottom"> 
          <td height="64" colspan="3" bgcolor="#FFFFFF"><img src="img/wz_top.gif" width="470" height="50"></td>
        </tr>
        <tr> 
          <td width="220" height="26" align="center" bgcolor="#FFFFFF"><font color="#0000FF">◆</font><font color="#FF6633">标题:</font><%=rs("dy_title")%></td>
          <td width="125" align="left" bgcolor="#FFFFFF"><font color="#0033CC">◆</font><font color="#FF6633">作者:</font><%=rs("dy_author")%></td>
          <td width="125" align="left" bgcolor="#FFFFFF"><font color="#0033CC">◆</font><font color="#FF6633">浏览次数:</font><%=rs("dy_hit")%></td>
        </tr>
        <tr align="left" valign="top"> 
          <td  height="178" colspan="3" bgcolor="#FFFFFF"><%=ubb(th2(rs("dy_content")))%></td>
        </tr>
        <tr align="center"> 
          <td height="20" colspan="3" bgcolor="#FFFFFF"><img src="img/wz_down.gif" width="470" height="20"></td>
        </tr>
        <tr align="center"> 
          <td height="33" colspan="3" bgcolor="#FFFFFF"><font color="#FF6633">来源:</font><%=rs("dy_source")%>   <font color="#FF6633">更新日期:</font><%=rs("dy_time")%>&nbsp;</td>
        </tr>
      </table>
      &nbsp;</td>
  </tr>
</table>
<%

rs.close
set rs=nothing
conn.close
set conn=nothing
end if%>
 

⌨️ 快捷键说明

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