![]() |
![]() |
![]() |
![]() |
HVAC-Talk |
||
|
<%
if Request.Form("action") = "unsubscribe" then
if Trim(Request.Form("email")) <> "" then
intCountSubsc = Unsubscribe(Trim(Request.Form("email")))
if intCountSubsc > 0 then
Response.Write "" & Request.Form("email") & " has been successfully removed from the newsletter mailing list.
Click here to go back to HVAC-Talk" elseif intCountSubsc = 0 then Response.Write "" & Request.Form("email") & " has already been removed or was not found in the newsletter mailing list. Click here to go back to HVAC-Talk" elseif intCountSubsc = -1 then response.write "We were unable to unsubscribe you as this time. Please try again later." elseif intCountSubsc = -2 then response.write "We were unable to unsubscribe you. Please check your email address and try again." end if else Response.Redirect(strScriptFilename) end if end if %> <%if Request.Form("action") = "" then%> Read the Current Newsletter. <%end if%> |