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

📄 news_infor.asp

📁 办公自动化系统
💻 ASP
字号:
<!--#include virtual="/_inc/GeneralADO.asp"-->
<%

if session("userid")="" then
	response.write "<SCRIPT LANGUAGE='JavaScript'>"&chr(13)
			response.write "<!--"&chr(13)
			response.write "parent.location.href=""/error/error.htm"""&chr(13)&chr(13)
			response.write "//-->"&chr(13)
			response.write "</SCRIPT>"&chr(13)
end if


dim id,strAddcount,strConent,iPage
tid=request.querystring("tid")
iPage=request.querystring("page")
which=request.querystring("which")
Set oRS=oCon.Execute("SELECT TOPIC,TIME,CONTENT FROM IC_NEWS WHERE ID="& tid)
%>
<!--#include virtual="/_inc/Func.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>浏览新闻</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="<%=session("css")%>/person.css" type="text/css">
<style type="text/css">
<!--
.unnamed1 {  font-size: 9pt; color: #000000; text-decoration: none}
.unnamed2 {  font-size: 9pt; color: #666666}
-->
</style>
<script language="JavaScript">
<!--
<!--

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="98%" border="0" cellspacing="0" cellpadding="0" height="99%" class="unnamed1">
  <tr>
    <td width="85%" valign="top" align="center" height="100%"> 
      <table width="96%" border="0" cellspacing="0" cellpadding="0" background="/images/image--banyuan--cccccc--2.gif" class="unnamed1" align="center">
        <tr> 
          <td width="10%"><img width="8" height="22" src="/images/image--banyuan--cccccc.gif"><img width="15" height="22" src="/images/image--banyuan--cccccc--6.gif"></td>
          <td width="84%">公司动态  -->浏览新闻</td>
          <td align="right" width="6%"><img width="15" height="22" src="/images/image--banyuan--cccccc--6.gif"><img width="6" height="22" src="/images/image--banyuan--cccccc--.gif"></td>
        </tr>
      </table>
      <br>
      <table width="86%" border="0" cellspacing="0" cellpadding="0" class="unnamed1">
        <tr> 
          <td colspan="2" align="right">&nbsp; </td>
        </tr>
        <tr> 
          <td align="center">新闻主题:<%response.write oRs("TOPIC")%></td>
        </tr>
		<tr> 
          <td colspan="2" align="right">&nbsp; </td>
        </tr>
	  </table>
	  <table width="280" border="0" cellspacing="0" cellpadding="0" class="unnamed1">
		<tr><td bgcolor="#EFEFEF"><textarea name="content" cols="100" rows="38" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"readonly><%response.write oRs("CONTENT")%></textarea>
		</td></tr>
	  </table>
      <table width="280" border="0" cellspacing="0" cellpadding="0" class="unnamed1">
        <tr> 
          <td width="52%">&nbsp;</td>
          <td width="48%">&nbsp;</td>
        </tr>
		 <tr> 
		   <td>&nbsp;</td>
		   <%if which="" then%>
				<td align="left"><a href="#" onclick="history.back();"><font face="Arial, Helvetica, sans-serif"  color="#999966">返回</font></a></td>
		  <%else%>
				<td align="left"><a href="news.asp?page=<%=iPage%>"><font face="Arial, Helvetica, sans-serif"  color="#999966">返回</font></a></td>
		  <%end if%>
         </tr>
      </table>
	  </form>
    </td>
  </tr>
</table>
</body>
</html>
<%
oCon.close
set oCon=nothing
%>

⌨️ 快捷键说明

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