Welcome to Webhost4life Forum Sign in | Join | Faq

Classic ASP

Started by cincywedding at 09-01-2005 1:12 PM. Topic has 3 replies.

Print Search
Sort Posts:    
   09-01-2005, 1:12 PM
cincywedding is not online. Last active: 9/2/2005 3:53:53 AM cincywedding

Top 150 Posts
Joined on 09-02-2005
Posts 2
VBScript runtime error '800a000d' with ASPmailer
Reply Quote
Your request has been received and will be processed shortly.

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'Credit'

/cgi/aspmailer.asp, line 91

The script appears to work - I get a mail message, however I get this error whenever I submit.  Any idea how to get rid of it?

Thanks, Matt

 


   Report 
   09-07-2005, 7:14 AM
Homer is not online. Last active: 9/7/2005 10:08:50 PM Homer

Top 500 Posts
Joined on 09-07-2005
Posts 1
Re: VBScript runtime error '800a000d' with ASPmailer
Reply Quote

To solve the problem, simply delete line 91 in aspmailer.asp, the error will disappear and you still able to send mail.  No big deal to delete it.


   Report 
   08-02-2006, 2:51 PM
billperry is not online. Last active: 8/3/2006 5:44:39 AM billperry

Top 200 Posts
Joined on 08-03-2006
Posts 2
Re: VBScript runtime error '800a000d' with ASPmailer
Reply Quote

Where to I find the source code for ASPscript?

Thanks,

Bill Perry


   Report 
   08-25-2006, 10:52 PM
link.ezer.com is not online. Last active: 8/26/2006 1:09:47 PM link.ezer.com



Top 75 Posts
Joined on 03-21-2006
Posts 4
Re: VBScript runtime error '800a000d' with ASPmailer
Reply Quote

Hi,

hope this will be helpful....

ASPEmail : set objMail = Server.CreateObject("Persits.MailSender")

you may setup an error check point

----------ASPemail check error code ----------
------------- check err ---------------
 strErr = ""
 bSuccess = False
 On Error Resume Next ' catch errors

 If Err <> 0 Then ' error occurred
 strErr = Err.Description

 ------ go to other website page ------ 
 response.redirect("error_message_page.htm")

 -------- or --------
 response.write " no, email not sent out "
 response.write "<br>Error occurred: <br>"&strErr

  ------- or do nothing ---------

 else
  bSuccess = True

  ---- go to other website page ------
  response.redirect("sucess_message_page.htm")

-------- or --------
 response.write " yes, email sent out "

 End If ....

source and more details from :  http://3w.ezer.com/asp/email/persits.mailsender.asp

 


Link.Ezer.com free add URL or exchange links and search::Add Your Link - No Link Back Needed , or Automated link exchange free links, free add URL
   Report 
Webhost4life Fo... » General Discuss... » Classic ASP » VBScript runtime error '800a000d' with ASPmailer

Powered by Community Server, by Telligent Systems