📄 mail_re.asp
字号:
<%@ codepage ="936" %><%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:service@fyasp.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│【版权声明】 │
'│ │
'│ 本程序版权归坐看风云所有,未经授权擅自修改、复制或散布本程序│
'│ │
'│的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法 │
'│ │
'│律范围内的全面制裁。对非法使用此程序所造成的一切后果本人概不负责!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<!--#include file="../inc/config.asp"--><!--#include file="../conn/dbconn1.asp"-->
<!--#include file="../inc/check_input.asp"-->
<LINK href="../css/Style.css" rel=stylesheet type=text/css>
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<CENTER>
<script language="javascript">
function show_sader(mylink)
{
window.open(mylink,'','top=50,left=150,width=457,height=400,scrollbars=yes')
}
</script>
<%
const MaxPerPage=4
dim totalPut
dim CurrentPage
dim TotalPages
dim i
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
dim sql
dim rs
dim rstype
if not isEmpty(request("id")) then
id=request("id")
id=CheckInput(id,"i","1")
else
id=1
end if
mysql="select * from qyml where id="+cstr(id)+""
Set myrs= Server.CreateObject("ADODB.Recordset")
myrs.open mysql,conn,1,1
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<style type="text/css">
<!--
.style3 {font-size: x-small}
-->
</style>
<HEAD><TITLE><%=myrs("qymc")%></TITLE><LINK href="images/style.css"
rel=stylesheet>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<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: 14pt; letter-spacing: 0pt}
a:link { text-decoration: none}
a:visited { text-decoration: none}
.unnamed1 { cursor: hand}
a:hover { color: #FF6600; text-decoration: none}
.style1 {font-size: xx-small}
.style2 {color: #000000}
.style4 { font-size: 9px;
font-weight: bold;
}
-->
</style>
<script language=JavaScript>
<!--
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { //v3.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event =="init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event =="over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
nbArr[nbArr.length] = img;
}
} else if (event =="out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event =="down") {
if ((nbArr = document[grpName]) != null)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
</HEAD>
<BODY bgColor=#4b5186 leftMargin=0 topMargin=0>
<DIV align=center>
<CENTER>
<TABLE height=67 cellSpacing=0 cellPadding=0 width=766 border=0>
<TBODY>
<TR>
<TD width=200 height=67><div align="center"><script language="javascript">
document.write(
"<font color=#000000> ",
today.getYear(),"年",
today.getMonth()+1,"月",
today.getDate(),"日 ",
d[today.getDay()+1],
"</font>" ); </script></div></TD>
<TD width=562 height=67>
<P align=center><font style='width=100%; position: relative; filter: glow(color=#000000, strength=4); font-size:18pt; ' color="#FFFFFF" face="隶书"><%=myrs("qymc")%></font><FONT class=bigtitle
color=#ffffff></FONT></P></TD></TR></TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE height=20 cellSpacing=0 cellPadding=0 width=766 border=0>
<TBODY>
<TR>
<TD width="100%" height=1><IMG src="images/92.gif" border=0></TD></TR>
<TR>
<TD width="100%" background=images/91.gif height=52>
<P style="LINE-HEIGHT: 150%" align=center><A
href="index.asp?id=<%=id%>">网站首页</A> |<A
href="about.asp?id=<%=id%>">公司简介</FONCT></A>
| <a
href="spzs.asp?id=<%=id%>">产品介绍</a> | <A href="syjh.asp?id=<%=id%>">供求信息</FONT></A>
| <a href="job.asp?id=<%=id%>">招聘信息</a> |<a
href="mail.asp?id=<%=id%>">联系我们</a> | ENGLISH <BR>
</P></TD></TR></TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE height=108 cellSpacing=0 cellPadding=0 width=766
background=images/89.jpg border=0>
<TBODY>
<TR>
<TD width=75 height=111> </TD>
<TD vAlign=bottom width=687 height=111>您的位置:联系我们</TD>
</TR>
<TR>
<TD width=75 height=1> </TD>
<TD width=687 height=1> </TD></TR></TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE height=300 cellSpacing=0 cellPadding=0 width=766
background=images/93.gif border=0>
<TBODY>
<TR>
<TD vAlign=top width=94 background="" height=300>
<TABLE cellSpacing=0 cellPadding=0 width=70 border=0>
<TBODY>
<TR>
<TD width="100%"></TD></TR></TBODY></TABLE></TD>
<td width="100%" bordercolor="#111111">
<%
sql="select * from book where bookid="+cstr(id)+" order by INFO_ID desc"
Set rs= Server.CreateObject("ADODB.Recordset")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -