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

📄 news_show.asp

📁 一套非常不错的天然气有限公司
💻 ASP
字号:
<!--#include file="Inc/syscode_article.asp"-->
<%
const ChannelID=2
Const ShowRunTime="Yes"
dim tLayout,tUser
PageTitle="正文"
strFileName="Article_Show.asp"
if ArticleId<=0 then
	FoundErr=true
	ErrMsg=ErrMsg & "<br><li>请指定文章ID</li>"
end if
if FoundErr=True then
	call WriteErrMsg()
else
%>
<script language="JavaScript" type="text/JavaScript">
//双击鼠标滚动屏幕的代码
var currentpos,timer;
function initialize()
{
timer=setInterval ("scrollwindow ()",30);
}
function sc()
{
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos !=document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<html>
<!--#include file="top_up.asp"-->
	<body>
<div id=menuDiv style='Z-INDEX: 1000; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8'></div>

<table cellpadding="0" cellspacing="0" align="center" width="840"><tr><td>
<!--  Top  -->
<!--顶部-->

			<div id="info">
				<div class="ABCa">
					
<div class="ABCa">
	<img src="img/home/service.gif">
	<div id="service">
		<ul>
			<li>
				<a href="comppny.asp?ArticleID=2085"><img src="img/service/plane.gif" width="185" height="40"></a>
			<li>
				<a href="comppny.asp?ArticleID=2086"><img src="img/service/web.gif" width="185" height="40"></a>
			<li>
				<a href="comppny.asp?ArticleID=2087"><img src="img/service/system.gif" width="185" height="40"></a>
			<li>
				<a href="comppny.asp?ArticleID=2088"><img src="img/service/3d.gif" width="185" height="40"></a></li>
			<li>
				<a href="comppny.asp?ArticleID=2089"><img src="img/service/contrct.gif" width="185" height="40"></a></li>
		</ul>
	</div>
	<div class="height2px"></div>
	<img src="img/home/ours.gif">
	<div id="ours">
		<ul>
			<li>
			  <label>
			  <input name="serch" type="text" id="serch"  onFocus="if(this.value=='输入用户编号或电话')this.value='';" onBlur="if(this.value=='')this.value='输入用户编号或电话';" value="输入用户编号或电话" />
			  <input type="image" src="img/home/serch.gif" width="30" height="18" onMouseOver="javascript: this.src='img/home/serch.gif'" onMouseOut="javascript: this.src='img/home/serch.gif'" border="0">
              </label>
			</li>
		</ul>
	</div>
	<img src="img/home/contact.gif">
	<div id="contact">
		<ul>
			<li>
			我们的服务热线:
			<li>
			电话:000-00000000
			<li>
			传真:000-00000000
			<li>
				邮箱:<A href="mailto:info@ald.net.cn">info@ald.net.cn</A></li>
		</ul>
	</div>
</div>

				</div>
				<!--最新案例-->
				
				<!--最新动态-->
				<div class="ABCd">
					<div class="contact" align="center"><font size="+1" style="font-weight: bold"><%=rs("Title")%></font>
					  <div class="height2px"></div><div class="height2px"></div><ul>
									<li><%call ShowArticleContent()%></li>
					</ul>
					</div>
					<div class="height4px"></div>
				</div>
			</div>
			<!-- Bottom -->
<!--#include file="end.asp"-->
</td></tr></table>
</div>
	</body>
</HTML>
<%
end if
rs.close
set rs=nothing
call CloseConn()
%>

⌨️ 快捷键说明

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