|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Error Message
<i><b>Originally posted by : Neal (nealio@home.com)</b></i><br />I'm getting the following error:<br /> <br />error '80070003' <br />The system cannot find the path specified. <br /><br />/9135596/email/Email.asp, line 5 <br /><br /> <br />with the following code<br /><% Language=VBScript%><br /><%<br />Set TheMail = Server.CreateObject("CDONTS.NewMail")<br />TheMessage = "From: " & Request.Form("Name") & vbnewline & Request.Form("Comment")<br />TheMail.Send Request.Form("Email"), "yourname@whatever.com", TheMessage<br />Set TheMail = Nothing<br />%><br /> <br /><html><br /><head><br /><title>Request Submitted!</title><br /></head><br /><body><br /><p><b>Your request has been submitted!</b></p><br /></body><br /></html><br /><br />Is there an error in my code?<br /> <br />Neal<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve schofield (sschofield@aspfree.com)</b></i><br />instead of using vbnewline try using chr(10). this is the ascii number for new link<br /><br />steve<br /><br /><br />------------<br />Neal at 2/24/2000 5:34:24 PM<br /><br />I'm getting the following error:<br /> <br />error '80070003' <br />The system cannot find the path specified. <br /><br />/9135596/email/Email.asp, line 5 <br /><br /> <br />with the following code<br /><% Language=VBScript%><br /><%<br />Set TheMail = Server.CreateObject("CDONTS.NewMail")<br />TheMessage = "From: " & Request.Form("Name") & vbnewline & Request.Form("Comment")<br />TheMail.Send Request.Form("Email"), "yourname@whatever.com", TheMessage<br />Set TheMail = Nothing<br />%><br /> <br /><html><br /><head><br /><title>Request Submitted!</title><br /></head><br /><body><br /><p><b>Your request has been submitted!</b></p><br /></body><br /></html><br /><br />Is there an error in my code?<br /> <br />Neal<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Error Message |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|