📄 wishshow.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<!--
<pre>
┌─ 自由领域ASP+WAP同学录系统 ─────────────────┐
│ │
│ 感谢你使用 自由领域ASP+WAP同学录系统(测试版) │
│ 使用本免费源码您必须遵守以下规定 │
│ 不得公开发表代码 不得用做商业用途,不得向其他使用者收费。 │
│ │
│ 使用时,请保留此段信息,谢谢配合 │
│ │
│ 2004/12/19 │
│ │
└──────────────── http://99167.jahee.com ───┘
</per>
-->
<%
if request.QueryString("id")="" then
response.redirect "error.asp?msg=没有此祈愿!"
else
Set rs=Server.CreateObject("ADODB.Recordset")
sql="select * from wish where id="&request.QueryString("id")
rs.open sql,conn,3,3
rs("counter")=rs("counter")+1
rs.update
%>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<head>
<style type="text/css">
<!--
a { text-decoration: none}
a:hover { text-decoration: underline}
table { font-size: 9pt}
body,table,p,td,input { font-size: 9pt}
-->
</style>
<title><%=rs("name")%> 的祈愿牌</title>
</head>
<body text="<%=textcolor%>" link="<%=linkcolor%>">
<br>
<br>
<form method="post" action="wish.asp">
<div align="center">
<center>
<div align="center">
<center>
<table border="1" cellspacing="1" width="400" bordercolor="<%=titlelightcolor%>" bgcolor="#FFFFFF">
<tr>
<td align="center" bgcolor="<%=titledarkcolor%>"><font color="<%=titlelightcolor%>"><%=title%></font></td>
</tr>
<tr>
<td align="center" style=padding:20>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="310">
<tr>
<td align="right" valign="bottom"><img src="img/<%=rs("wishtype")%>/top.gif" width="300" height="50"></td>
<td> </td>
</tr>
<tr>
<td align="center" bgcolor="#FFE8BC" style="padding:5" height="100"><blockquote><p align="left"><font color="#800040"><%=rs("info")%></font></p></blockquote>
<p align="right"><font color="#800040"><%=rs("name")%> <%=rs("sex")%> <%=rs("address")%></font>
<a href="mailto:<%=rs("email")%>"><img src="img/mail.gif" align="absmiddle" border="0" width="15" height="15"></a>
</p>
</td>
<td valign="bottom" rowspan="2" width="10"><img src="img/edge.gif" width="10" height="100%"></td>
</tr>
<tr>
<td align="right" valign="top"><img src="img/base.gif" width="300" height="25"></td>
</tr>
</table>
</center></div></td>
</tr>
<tr>
<td align="center" bgcolor="<%=titledarkcolor%>"><font color=<%=titlelightcolor%>>但愿阁下祝福这位祈愿者...</font></td>
</tr>
<tr>
<td align="center" height="25"><input
type="submit" style="border:1 solid <%=titlelightcolor%>;color:<%=titlelightcolor%>;background-color:white" value="返回祈愿板"></td>
</tr>
</table>
</center></div>
</form>
</body>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -