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

📄 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

Function  EncodeTxt(fString)
	fString  =  Replace(fString, ">", "&gt;")  
	fString  =  Replace(fString, "<", "&lt;")  
	fString  =  Replace(fString,"  ", "&nbsp;")  
	fString  =  Replace(fString,"""", "&quot;")  
	fString  =  Replace(fString,CHR(13), "<br>")  
	fString  =  Replace(fString, CHR(32), "&nbsp;")  
	EncodeTxt  =  fString
End  Function  

%>
<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">
<style>
.storytxt {color:#696969; line-height:180%; 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">

<div align="center">
<!--#include file="menu.asp"-->
<table cellspacing="0" cellpadding="0" height="76"><tr><td valign="bottom"><img src="images/title_2.gif"></td></tr></table>

<table cellspacing="0" cellpadding="0" style="padding-left:36"><tr><td>
<table cellspacing="0" cellpadding="0" style="background:url('images/love_pic1.jpg') no-repeat"><tr><td>
<table width="660" align="center" cellspacing="0" cellpadding="0">
<tr><td height="57" align="center" style="padding-left:120"><table width="300"><tr><td class="storytitle" align="center"><%=rs("storytitle")%></td></tr></table></td></tr>
<tr><td class="storytxt" height="100" valign="top" background="images/love_bg.gif" style="padding-top:3">
	<%if not(isnull(storytxt)) and len(storytxt)>1 then%>
	<div style="width: 28px; height: 32px; float:left; background-color: #FFFFFF"><img src="images/love_pic2.jpg" align="left"><span style="font-size:33px;font-family:黑体;line-height:110%;"><%=left(storytxt,1)%></span></div>
	<span style="padding-top:11"><%=EncodeTxt(right(storytxt,len(storytxt)-1))%></span>
	<%else%>
	<br><br><br><br><br><br><br>
	<%end if%>
</td></tr>
</table>
</td></tr></table>
</td></tr></table>

<!--#include file="bottom.asp"-->

</div>
</body>

</html>

⌨️ 快捷键说明

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