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

📄 culturenewsinfo.asp

📁 钱江水产源代码,钱江水产源代码,钱江水产源代码
💻 ASP
字号:
<!--#include file="Inc/syscode.asp"-->
<!--#include file="inc/Skin_css.asp"-->
<!-- #include file="Head.asp" -->
<SCRIPT language=JavaScript>
var currentpos,timer; 
function initializeScroll() { timer=setInterval("scrollwindow()",80);} 
function scrollclear(){clearInterval(timer);}
function scrollwindow() {currentpos=document.body.scrollTop;window.scroll(0,++currentpos);if (currentpos != document.body.scrollTop) sc();} 
document.onmousedown=scrollclear
document.ondblclick=initializeScroll
</SCRIPT>
<SCRIPT language=javascript>
</SCRIPT>
<table width="100%" height="8"  border="0" cellpadding="0" cellspacing="0" background="Img/contopbg.gif">
  <tr>
    <td><table width="226" height="8" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="209"></td>
          <td width="17" background="Img/contopbg2.gif"></td>
        </tr>
    </table></td>
  </tr>
</table>
<SCRIPT language=javascript>function ContentSize(size)
{
	var obj=document.all.BodyLabel;
	obj.style.fontSize=size+"px";
}
</SCRIPT>
<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="209" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td ><img src="Img/login.gif" alt="用户登陆" width="196" height="32"></td>
        </tr>
        <tr>
          <td height="5"></td>
        </tr>
        <tr>
          <td height="10" align="center"><table  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><img src="Img/left1.gif" width="187" height="19"></td>
              </tr>
              <tr>
                <td background="Img/left2.gif"><table width="90%" border="0" align="center" cellpadding="2" cellspacing="0">
                    <tr>
                      <td align="center">
                        <% call ShowUserLogin() %></td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="Img/left3.gif" width="187" height="20"></td>
              </tr>
          </table></td>
        </tr>
        <tr>
          <td height="5"></td>
        </tr>
      </table>
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table>
        <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td align="center"><img src="Img/about.gif" width="193" height="24"></td>
          </tr>
          <tr>
            <td height="20">
              <div align="center">
                <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>&nbsp;</td>
                  </tr>
                </table>
                <a href="About.asp">企 业 简 介</a></div></td>
          </tr>
          <TR>
            <TD 
                            height=1 colspan="2" 
                            background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif" 
                              width=10></TD>
          </TR>
          <tr>
            <td height="20">
              <div align="center"><a href="Culture.asp">企 业 文 化</a></div></td>
          </tr>
          <TR>
            <TD 
                            height=1 colspan="2" 
                            background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif" 
                              width=10></TD>
          </TR>
          <tr>
            <td height="20">
              <div align="center"><a href="Structure.asp">组 织 机 构</a></div></td>
          </tr>
          <TR>
            <TD 
                            height=1 colspan="2" 
                            background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif" 
                              width=10></TD>
          </TR>
          <tr>
            <td height="20">
              <div align="center"><a href="History.asp">成 长 历 程 </a></div></td>
          </tr>
          <TR>
            <TD 
                            height=1 colspan="2" 
                            background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif" 
                              width=10></TD>
          </TR>
          <tr>
            <td height="20">
              <div align="center"><a href="Contact.asp">联 系 我 们</a></div></td>
          </tr>
          <TR>
            <TD 
                            height=1 colspan="2" 
                            background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif" 
                              width=10></TD>
          </TR>
        </table>
        <p>&nbsp;</p></td>
    <td width="17" background="Img/combg.gif">&nbsp;</td>
    <td valign="top"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td height="2"></td>
              </tr>
              <tr>
                <td height="26">&nbsp; <span >&nbsp;&nbsp;<img src="Img/HaoSc23.png" width="14" height="16" align="absmiddle"> <span class="tt_16">企 业 简 介</span></span></td>
              </tr>
              <tr>
                <td height="2" bgcolor="#CBE0E9"></td>
              </tr>
          </table></td>
        </tr>
        <TR>
          <TD 
                  height=1>&nbsp; </TD>
        </TR>
      </table>
        <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
          <TR>
            <TD 
                  height=1>
              <%
if not isEmpty(request.QueryString("id")) then
id=request.QueryString("id")
else
id=1
end if

Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From culture where id="&id, conn,3,3
'纪录访问次数
rs("counter")=rs("counter")+1
rs.update
nCounter=rs("counter")
content=ubbcode(rs("content"))
%>
              <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td width="57%" height="22" bgcolor="#FDFFFB">&nbsp;首页 &gt;&gt;&gt; 企业文化 &gt;&gt; 正文<strong> </strong></td>
                  <td width="43%" bgcolor="#FDFFFB"><div align="right"></div></td>
                </tr>
                <tr>
                  <td height="1" colspan="2" bgcolor="#CCCCCC"></td>
                </tr>
              </table>
              <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FDFFFB">
                <tr>
                  <td><table width="95%" border="0" align="center" cellpadding="0" cellspacing="5">
                      <tr>
                        <td height="5"></td>
                      </tr>
                      <tr>
                        <td><div align="center"><span class="biaoti"><strong><%=rs("title")%></strong></span><br>
                                <br>
                    发布日期:[<%=rs("time")%>]&nbsp;&nbsp;&nbsp; 共阅[<%=rs("counter")%>]次</div></td>
                      </tr>
                      <tr>
                        <td height="5"></td>
                      </tr>
                      <tr>
                        <td height="19">
                          <p style='line-height:150%'> <span class="zhiwen"><%=content%></span>
                              <%rs.close%>
                        </td>
                      </tr>
                      <tr>
                        <td>&nbsp;</td>
                      </tr>
                  </table></td>
                </tr>
              </table>
              <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td height="1" colspan="2" bgcolor="#CCCCCC"></td>
                </tr>
                <tr>
                  <td width="31%" height="22" bgcolor="#FDFFFB">
                    <div align="right"></div></td>
                  <td width="69%" bgcolor="#FDFFFB"><div align="right">【<a href='javascript:window.print()'>打印此页</a>】&nbsp;【<a href='javascript:history.back()'>返回</a>】【<A 
            href="javascript:window.scroll(0,-360)">顶部</A>】【<a href="javascript:self.close()">关闭</a>】</div></td>
                </tr>
            </table></TD>
          </TR>
        </table></td>
  </tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
</BODY></HTML>

⌨️ 快捷键说明

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