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

📄 contactus.asp

📁 管理登录system 管理员:admin 密码:admin888 数据库链接文件: conn.asp 内容数据库前台链接文件 systemconn.asp 内容数据库后台链接文件 sy
💻 ASP
字号:
<!--#include file="siteinfo.asp"-->
<HTML>
<HEAD>
<TITLE><%=sitename%></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link href="images/CSS.css" type=text/css rel=stylesheet>
</HEAD>
<BODY >
<!--#include file="top.asp"-->
<table width="778" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="179" valign="top" background="images/BGline01.gif"><!--#include file="Companyleft.asp" --></td>
    <td valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="20" height="22" background="images/BGline04.gif"></td>
          <td background="images/BGline04.gif" class="ABOUT_01"><img src="images/GO_03.gif" width="11" height="11" align="absmiddle"> 当前位置:<a href="index.asp">首页</a> &gt; <a href="Company.asp">关于万博</a> &gt; 联系我们</td>
          <td width="20" background="images/BGline04.gif">&nbsp;</td>
        </tr>
        <tr>
          <td height="20">&nbsp;</td>
          <td>&nbsp;</td>
          <td height="12">&nbsp;</td>
        </tr>
        <tr>
          <td height="12">&nbsp;</td>
          <td height="300" valign="top" class="HOME_about">
		  <% set rs2 = server.createobject("adodb.recordset")
rs2.source = "select id,MyID,ComName,Content from Company where MyID=99 "
rs2.open rs2.source,conn,1,1
Content=rs2("Content")
response.write""&Content&"" 
 
rs2.close
set rs2=nothing
%></td>
          <td height="12">
</td>
        </tr>
        <tr>
          <td height="40">&nbsp;</td>
          <td height="20">&nbsp;</td>
          <td height="12">&nbsp;</td>
        </tr>
    </table></td>
    <td width="1" background="images/BGline02.gif"></td>
  </tr>
</table>
<!--#include file="bot.asp" -->
</BODY>
</HTML>

⌨️ 快捷键说明

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