📄 zhufu.asp
字号:
<!--#include file="conn.asp"-->
<%
On Error Resume Next
id = Request.QueryString("id")
y = Request.QueryString("y")
set rs=server.createobject("adodb.recordset")
sql="select * from wish where id="& id
rs.Open sql,newconn,1,2
if y="q" then
%>
<HTML><HEAD><TITLE><%=rs("name2")%>:<%=rs("name")%>祝你新年快乐!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<LINK
href="images/css.css" type=text/css rel=stylesheet>
<STYLE type=text/css>
BODY {
BACKGROUND-IMAGE: url(images/sd_bg1.jpg); MARGIN: 0px; BACKGROUND-COLOR: #a00000
}
TD {
FONT-SIZE: 12px; COLOR: #ffdfad; LINE-HEIGHT: 20px
}
A {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
FONT-SIZE: 12px; COLOR: #ffff00; TEXT-DECORATION: underline
}
.style1 {color: #0000FF}
</STYLE>
<script language="javascript">
<!--
var yourwords = "新年许愿树--亿网论坛bbs.vcew.com祝福每一位朋友新年快乐,请大家把本页发给你的朋友吧";
var speed = 2500; //这里是两次闪烁之间的延时,以毫秒计
var control = 1; //这是个状态标志,决定本次调用是显示还是消隐
function flash()
{
if (control == 1) //如果标志为1
{
window.status=""; //则在状态栏显示信息内容
control=0; //改变标志为0
}
else //否则(标志为0)
{
window.status=yourwords;
//则清除显示内容
control=1; //改变标志为1
}
setTimeout("flash()",speed); //设定延时speed秒后切换状态
}
// -->
</script>
<bgsound src="images/midi.mid" loop="-1">
</HEAD>
<BODY bgColor=#000000 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0" onLoad="flash()" background="images/sd_bg1.jpg">
<script language=JavaScript>
step=0
function flash_title()
{step++
if (step==3) {step=1}
if (step==1) {document.title='<%=rs("name2")%>:'}
if (step==2) {document.title='<%=rs("name")%>祝你新年快乐!'}
setTimeout("flash_title()",1005);
}
flash_title()
</script>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="120"></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=700 align=center border=0>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<tr>
<td height="70" width=550><DIV class="a10px style1" align=left>
<P class=a10px><FONT color=#FF0000><b><%=rs("name2")%></FONT><FONT color=#0000FF>:您好!您的朋友</FONT><FONT color=#ff0000><%=rs("name")%></FONT><FONT color=#0000FF>为您送来了新年祝福,相信从此好运会随时陪伴在你身边</FONT></P>
</DIV></td>
</tr>
<TR>
<TD>
<MARQUEE onmouseover=this.stop() onmouseout=this.start()
scrollAmount=1 scrollDelay=30 direction=up width=540 height=240
border="0">
<TABLE cellSpacing=0 cellPadding=0 width=540 align=center
border=0>
<TR>
<TD><DIV align=left class="a10px style1">
<P class=a10px><b>
<FONT color=#ff0000>
<%=rs("name2")%>:</FONT><br><FONT color=#0000ff><%=rs("memo")%></FONT><br> <FONT color=#ff0000><%=rs("name")%></FONT><FONT color=#0000ff>写于<%=rs("addtime")%></FONT>
</DIV>
<br>
<P class="lanzi">新年快乐 Happy New Year!!<BR>
亿网论坛bbs.vcew.com祝您圣诞节快乐,万事如意!<br>
<a href=http://bbs.vcew.com/wish target=_blank class="b1">http://bbs.vcew.com/wish</a><br>
快来给你最好的朋友一份衷心的祝福吧。<br>
<a href=index.asp class="b1"><b>点这里祝福</b></a>
<DIV align=center><BR></DIV></TD></TR></TBODY></TABLE></MARQUEE></TD></TR>
<TR>
<TD vAlign=bottom height=150>
<TABLE width=606 height=100 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width=21></TD>
<TD class="style1 a10px" width=397><P class=lanzi><STRONG>请把本网页的地址复制后发给您祝福的朋友,好运就会随着这份祝福带着你的心意一块儿向他(她)飞奔而去!!</STRONG> <script src='http://s4.cnzz.com/stat.php?id=29768&web_id=29768&show=pic1' language='JavaScript' charset='gb2312'></script></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR></TBODY></TABLE></TD>
</TR></TBODY></TABLE></BODY></HTML>
<%else%>
<HTML><HEAD><TITLE><%=rs("name2")%>:<%=rs("name")%>祝你圣诞快乐!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/css.css" type="text/css">
<STYLE type=text/css>BODY {
BACKGROUND-IMAGE: url(images/sd_bg.jpg); MARGIN: 0px; BACKGROUND-COLOR: #a00000
}
TD {
FONT-SIZE: 12px; COLOR: #ffdfad; LINE-HEIGHT: 20px
}
A {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
FONT-SIZE: 12px; COLOR: #ffff00; TEXT-DECORATION: underline
}
</STYLE>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<script language="javascript">
<!--
var yourwords = "圣诞许愿树--亿网论坛bbs.vcew.com祝福每一位朋友圣诞快乐,请大家把本页发给你的朋友吧";
var speed = 2500; //这里是两次闪烁之间的延时,以毫秒计
var control = 1; //这是个状态标志,决定本次调用是显示还是消隐
function flash()
{
if (control == 1) //如果标志为1
{
window.status=""; //则在状态栏显示信息内容
control=0; //改变标志为0
}
else //否则(标志为0)
{
window.status=yourwords;
//则清除显示内容
control=1; //改变标志为1
}
setTimeout("flash()",speed); //设定延时speed秒后切换状态
}
// -->
</script>
<bgsound src="images/sd.mid" loop="-1">
</HEAD>
<BODY onLoad="flash()">
<script language=JavaScript>
step=0
function flash_title()
{step++
if (step==3) {step=1}
if (step==1) {document.title='<%=rs("name2")%>:'}
if (step==2) {document.title='<%=rs("name")%>祝你圣诞快乐!'}
setTimeout("flash_title()",1005);
}
flash_title()
</script>
<BGSOUND src="" loop=infinite>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="120"></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=700 align=center border=0>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<tr>
<td height="70" width=550><DIV class="a10px style1" align=left>
<P class=a10px><FONT color=#FF0000><b><%=rs("name2")%></FONT><FONT color=#0000FF>:您好!您的朋友</FONT><FONT color=#ff0000><%=rs("name")%></FONT><FONT color=#0000FF>为您送来了圣诞祝福,相信从此好运会随时陪伴在你身边</b></FONT></P></DIV></td>
</tr>
<TR>
<TD>
<MARQUEE onmouseover=this.stop() onmouseout=this.start()
scrollAmount=1 scrollDelay=30 direction=up width=540 height=240
border="0">
<TABLE cellSpacing=0 cellPadding=0 width=540 align=center
border=0>
<TR>
<TD><DIV align=left class="a10px style1">
<P class=a10px><b>
<FONT color=#ff0000>
<%=rs("name2")%>:</FONT><FONT color=#0000ff><br><%=rs("memo")%></FONT><br> <FONT color=#ff0000><%=rs("name")%></FONT><FONT color=#0000ff>写于<%=rs("addtime")%></FONT>
</DIV>
<br>
<P class="lanzi">圣诞节快乐 Merry Christmas!<BR>
亿网论坛bbs.vcew.com祝您圣诞节快乐,万事如意!<br>
<a href=http://bbs.vcew.com/wish target=_blank class="b1">http://bbs.vcew.com/wish</a><br>
快来给你最好的朋友一份衷心的祝福吧。<br>
<a href=index.asp class="b1"><b>点这里祝福</b></a>
<DIV align=center><BR></DIV></TD></TR></TBODY></TABLE></MARQUEE></TD></TR>
<TR>
<TD vAlign=bottom height=150>
<TABLE width=606 height=100 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width=21></TD>
<TD class="style1 a10px" width=397><P class=lanzi><STRONG>请把本网页的地址复制后发给您祝福的朋友,好运就会随着这份祝福带着你的心意一块儿向他(她)飞奔而去!!</STRONG>
<script src='http://s118.cnzz.com/stat.php?id=29768&web_id=29768&show=pic' language='JavaScript' charset='gb2312'></script> </TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR></TBODY></TABLE></TD>
</TR></TBODY></TABLE>
</BODY></HTML>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -