Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 "Geocel.Mailer" - special case?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Deleted
deleted

4116 Posts

Posted - 31 August 2002 :  16:30:12  Show Profile
In inc_mail.asp, every other component has the fllowing type of error handling:


If Err <> 0 Then 
	Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
End if


But in case "geocel"


if Err <> 0 then 
	Response.Write "Your request was not sent due to the following error: " & Err.Description 
else
	Response.Write "Your mail has been sent..."
end if


Is there a reason for this?

Stop the WAR!
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07