⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 love.asp

📁 - 其中VIP源代码是经过测试
💻 ASP
字号:
<!--#include file="../../../js/conn.asp"-->
<!--#include file="safety.asp"-->
<%
set rs = Server.CreateObject("ADODB.Recordset")
sql = "select storytitle,storytxt from wed_wedding where UID="&uid&"  "
rs.Open sql,conn,3
if isnull(rs("storytxt")) then
	storytxt=""
else
	storytxt=rs("storytxt")
end if
%>
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../common.css" rel="stylesheet" type="text/css">
<script>
function right_view1() { window.open("/templet/wed_bulletin.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_view2() { window.open("/templet/wed_link.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_view3() { window.open("/templet/wed_vod.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
uid="<%=request("uid")%>"
<%if request.cookies("isvalid")<>"yes" then%>
function right_b1() { alert("请以管理员身份登录 !!") }
function right_b2() { alert("请以管理员身份登录 !!") }
function right_b3() { alert("请以管理员身份登录 !!") }
<%else%>
function right_b1() { window.open("/templet/wed_bulletin.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_b2() { window.open("/templet/wed_link.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_b3() { window.open("/templet/wed_vod.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
<%end if%>
</script>
<style>
.storytxt {color:#41424E; line-height:22px; font-size:12px;}
.storytitle {color:#F73A4C;font-size:20px;line-height:120%;font-weight:bold;}
</style>
<title>婚礼在线</title>
</head>

<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" background="images/bg.gif">
<!--#include file="menu.asp"-->

<table width="1004" cellpadding="0" cellspacing="0"><tr>
<td width="780" align="center" valign="top">

<table cellpadding="0" cellspacing="0" width="780" height="134" background="images/ban_2.jpg"><tr><td></td></tr></table>
<table width="750" height="28" cellspacing="0" cellpadding="0" background="images/love_1.gif"><tr><td></td></tr></table>
<table width="750" height="300" cellspacing="0" cellpadding="0" background="images/love_2.gif"><tr><td align="center">
	<table width="680" height="40"><tr><td class="storytitle" align="center" valign="top" style="padding:0 0 0 0"><%=rs("storytitle")%></td></tr></table>
	<table background="images/honeymoon_line.gif" width="680" height="100%"><tr><td class="storytxt" valign="top" style="padding:2 0 0 0"><%if not(isnull(storytxt)) then%><%=EncodeTxt(storytxt)%><%end if%></td></tr></table>
</td></tr></table>
<table width="750" height="29" cellspacing="0" cellpadding="0" background="images/love_3.gif"><tr><td></td></tr></table>



</td>

<td valign="top" style="padding:24 0 0 12;background:url('images/right_bg.gif') no-repeat;">
<!--#include file="right_bbs.asp"-->
</td>
</tr></table>
<br><br><br>

<div align="center"><!--#include file="bottom.asp"--></div>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -