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

📄 textbox.asp

📁 在线邮件列表抓取与发送系统SQL版
💻 ASP
字号:
<!--#include file="Conn_mail.asp"-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
td{font-size:9pt;line-height:160%} 
body{font-size:9pt;line-height:160%} 
a:link       { color: #0033CC; text-decoration: none }
a:visited    { color: #0033CC; text-decoration: none }
a:hover      { color: #000000; text-decoration: underline}
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
dim Makking,ID
Makking = Trim(Request.QueryString("Makking"))
ID      = Trim(Request.QueryString("ID"))

select case Makking

Case ""

		Response.Write body


Case "MailSend"

	IF ID <> "" and IsNumeric(ID) Then
		Set Rs = Conn_m.Execute("Select * From SendInfo Where ID = "& ID &"")
			IF Not Rs.eof Then
			body  = Trim(Rs("MailContent"))
			End IF
			Rs.Close
		Set Rs = Nothing
	Else
		
			body    = ""
			
	End IF
			Response.Write body

end select

Conn_m.Close
Set Conn_m = Nothing
%>

</body>
</html>

⌨️ 快捷键说明

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