?? news_infor.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"> </td>
</tr>
<tr>
<td align="center">新聞主題:<%response.write oRs("TOPIC")%></td>
</tr>
<tr>
<td colspan="2" align="right"> </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%"> </td>
<td width="48%"> </td>
</tr>
<tr>
<td> </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 + -