📄 6.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="../conn.asp" -->
<%
shop_name=request("shop_name")
set rs=server.createobject("adodb.recordset")
sqltext="select * from shop where shop_name1='"&shop_name&"' "
rs.open sqltext,conn,1,1
%>
<HTML><HEAD><TITLE>6</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE>BODY {
FONT-SIZE: 9pt
}
TD {
FONT-SIZE: 9pt
}
a { text-decoration: none; color: #FFFFFF }
a:hover { text-decoration: underline; color: #0000FF }
</STYLE>
<script language="javascript">
<!--
function isok(theform)
{
if (theform.smail.value.length<5|theform.smail.value.indexOf("@")==-1|theform.smail.value.indexOf(".")==-1)
{alert("对不起!请输入有效的发信人的Eail地址!");
theform.smail.focus( );
return(false);}
if (theform.name.value=="")
{alert("请输入发信人的名字!");
theform.name.focus( );
return(false);}
if (theform.sbj.value=="")
{alert("请输入邮件主题!");
theform.sbj.focus( );
return(false);}
if (theform.text.value=="")
{alert("邮件内容不能为空!");
theform.text.focus( );
return(false);}
return (true);
}
-->
</script>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT>
<script language="javascript">
function click() {
if (event.button==2) {
alert('您好!欢迎您光临汕头商城!')
}
}
document.onmousedown=click
</script>
<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>
<BODY bgColor=#990000 leftMargin=0 topMargin=0>
<TABLE height=333 cellSpacing=0 cellPadding=0 width=752 border=0 align="center">
<TBODY>
<TR>
<TD height=77 background="images/021_01.jpg">
<table width="766" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="120"> </td>
<td width="646">
<div align="center" style="FONT-SIZE: 25pt"><font color="#FFFFFF"><b><%=shop_name%></b></font></div>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD vAlign=top>
<TABLE height=310 cellSpacing=0 cellPadding=0 width="100%" align=left
border=0>
<TBODY>
<TR>
<TD vAlign=top width="15%" background=images/021_02.gif
rowSpan=2> <TABLE class=f9 width=134
border=0 background="images/box.jpg">
<TBODY>
<TR>
<TD height=20> <DIV align=center></DIV>
<DIV align=center><A class=f9
href="1.asp?shop_name=<%=shop_name%>">公司介绍 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="2.asp?shop_name=<%=shop_name%>">推荐商品 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="3.asp?shop_name=<%=shop_name%>">分类商品 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="4.asp?shop_name=<%=shop_name%>">综合资讯</A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="7.asp?shop_name=<%=shop_name%>">旅游线路</A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="5.asp?shop_name=<%=shop_name%>">企业动态 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="6.asp?shop_name=<%=shop_name%>">客户反馈 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="8.asp?shop_name=<%=shop_name%>">诚聘英才 </A></DIV></TD>
</TR>
<TR>
<TD height=20> <DIV align=center><A class=f9
href="default.asp?shop_name=<%=shop_name%>">返回首页</A></DIV></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD vAlign=top width="85%">
<TABLE height=350 cellSpacing=4 width="632" border=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD background=images/h.gif height=40 width="628">当前位置:客户反馈</TD>
</TR>
<TR>
<TD vAlign=top height=300 width="628">
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td style="line-height: 150%" valign="top">
<p>尊敬的客户:<br>
您好!感谢您对我们关注和支持!如果您对我们的服务有任何意见或建议,请来电或直接在下面发信与我们联系,欢迎社会各界洽谈合作事宜。<br>
<br>
公司地址:<font color="#FF0000"><%=rs("Address")%></font><br>
联系电话:<font color="#FF0000"><%=rs("Phone")%></font><br>
E—MAIL :<font color="#FF0000"><%=rs("Email")%></font></p>
<form method="POST" action="../send.asp" onSubmit="return isok(this)">
<table border="1" cellpadding="0" cellspacing="0" width="539" bordercolorlight="#FF7575" bordercolordark="#FFECEC" height="369" align="center" bgcolor="#FF9D9D">
<tr>
<td height="33" width="90">
<p align="right">收件人E_mail:
</td>
<td height="33" width="401"> <font color="#FF0000"><%=rs("Email")%></font>
<input type="hidden" name="mail" value="<%=rs("Email")%>">
</td>
</tr>
<tr>
<td height="33" width="90">
<p align="right">发件人E_mail:
</td>
<td height="33" width="401">
<input type="text" name="smail" size="32">
* </td>
</tr>
<tr>
<td height="34" width="90">
<p align="right">发件人名字:
</td>
<td height="34" width="401">
<input type="text" name="name" size="32">
</td>
</tr>
<tr>
<td height="34" width="90">
<p align="right">邮件主题:
</td>
<td height="34" width="401">
<input type="text" name="sbj" size="32">
</td>
</tr>
<tr>
<td height="34" width="90">
<p align="right">邮件格式:
</td>
<td height="34" width="401"> 文本邮件
<input type="radio" name="radiobutton" value="text/plain" checked>
HTML邮件
<input type="radio" name="radiobutton" value="text/html">
</td>
</tr>
<tr>
<td valign="top" height="91" width="90">
<p align="right"> 邮件内容:
</td>
<td height="91" width="401">
<textarea rows="8" name="text" cols="57"></textarea>
</td>
</tr>
<tr>
<td height="33" width="90"> </td>
<td height="33" width="401">
<input type="submit" value="开始发信" name="B1">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE width="96%" border=0 align="center">
<TBODY>
<TR>
<TD>
<DIV class=f90 align=center><BR>
</DIV>
</TD></TR></TBODY></TABLE></BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -