📄 gg.asp
字号:
<%@ codepage ="936" %>
<!--#include file="dbconn1.asp"-->
<!--#include file="config.asp"-->
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 9pt}
p { }
table { font-family: "宋体"; font-size: 9pt}
td { font-family: "宋体"; font-size: 9pt; line-height: 13pt; letter-spacing: 0pt}
a:link { text-decoration: none}
a:visited { text-decoration: none}
.unnamed1 { cursor: hand}
a:hover { color: #006699; text-decoration: none}
-->
</style>
<%
const newspage=1
dim newsql
dim newrs
newsql="select * from news where bz=0 order by newsid desc"
Set newrs= Server.CreateObject("ADODB.Recordset")
newrs.open newsql,conn,1,1
%>
<a name="a"></a><HTML><HEAD><TITLE>会员管理平台</TITLE>
<META content=zh-cn http-equiv=Content-Language>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY leftMargin=0 otopMargin=0 marginheight="0" marginwidth="0" bgcolor="#000080" style="background-color: #FDFDFD">
<div align="center">
<center>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="96%" id="AutoNumber9">
<tr>
<TD height="45"><B class=Subject3><span style="font-size: 10.5pt">
尊敬的
</span></B><b><font face=Arial color="#FF6600" style="font-size: 10.5pt"><%=session("name")%></font></b><B class=Subject3><span style="font-size: 10.5pt">:<br>
<BR> 您好!</span></B></TD>
</tr>
<tr>
<TD height=8> <span lang="en-us"> 欢迎您使用《中国库存商贸网》会员管理平台。本系统为您提供以下服务:
<p>·基本资料管理:该项服务包括对会员登录本站的账号、密码、自设问题和自设答案,以及您所注册提交的基本资料进行修改。所有浏览您发布的信息的客户都是通过您填写的基本资料与您进行联系,因此,您必须确保您的基本资料信息是正确的。如果您的信息资料有任何变动,您应该及时修改、更新。</p>
<p><br>
·供求信息管理:该项服务帮助您轻松地发布您的供求信息,同时您还可以随时管理、修改您所发布的信息。</p>
<p>·反馈信息管理:</p>
<p>查看每天客户的反馈信息,与客户在线沟通交流,实现网上交易的目的。 同时,我们还会不断推出新的服务内容,以便更好地为您服务。</p>
<p><br>
如果您在使用本服务平台的过程中发现任何问题,请与我们联系。<br>
</p>
</TD>
</tr>
<tr>
<TD height=23> <p align="right">联系QQ:6652827,电子邮箱:wutian@cnkucun.com<br>
中国库存商贸网服务中心 <br><span lang="en-us">
</TD>
</tr>
</table>
</center>
</div>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -