saveatt.asp
来自「蓝芒3.0A最新所有功能完整破解版」· ASP 代码 · 共 13 行
ASP
13 行
<!--#include file="passinc.asp" -->
<%
Set Obj=Server.CreateObject("EasyMail.EMSend")
if Obj.SaveAtt(Session("wem"), Session("tid")) = 0 then
Set Obj=nothing
Response.Redirect "addatt.asp?" & getGRSN()
else
Set Obj=nothing
Response.Redirect "addatt.asp?errcode=Attachments too large&" & getGRSN()
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?