Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Speegs #1
Problem ASP/CDO Mail Error
Can somone please tell me how to write this correctly?
I am trying to link directly back to the article using the recordset value.
Thanks
Speegs
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/comments_confirm.asp, line 43
usxCDO.Body = "You had subscribed to receive an email notification when
comments were posted to this blog topic.
[url]http://147.211.110.6/articles_details.asp?id=&[/url]
Recordset1.Fields.Item("aid").Value"
Speegs Guest
-
mail.log error
I get the following error when I try to view the mail.log. I'm running MX6.1. "Date" is an invalid date format. The error occurred in... -
Mail:Sender - HTML Mail with alternatives problem
I'm trying to generate an HTML mail with text alternatives using the mail:sender module. As everybody can see below the message was created and... -
mail error
I am using php 4 with apache in windows. I created a form in html with this code: <FORM method="POST" action="do_feedback.php"> <p>your name:... -
e-mail error
pat jackson wrote: Contact the folks who run your mail server. -
error on e-mail
0x800ccc6e I got the above error code/message from my computer when I tried to send e-mail after installing a router. I have the right... -
Marja Ribbers #2
Re: Problem ASP/CDO Mail Error
Try this:
usxCDO.Body = "You had subscribed to receive an email notification when comments were posted to this blog topic. http://147.211.110.6/articles_details.asp?id=" & Recordset1.Fields.Item("aid").Value
--
Marja Ribbers-de Vroed
Internet:
- [url]www.webwaresystems.nl[/url]
- [url]www.clubwebware.nl[/url]
- [url]www.flevooware.nl/dreamweaver[/url]
Marja Ribbers Guest
-
Speegs #3
Re: Problem ASP/CDO Mail Error
Thanks for your help but still getting this message.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/comments_confirm.asp, line 43
usxCDO.Body = 3D "You had subscribed to receive an email notification = when
comments were posted to this blog topic. =
http://147.211.110.6/articles_details.asp?id=3D" &
=Recordset1.Fields.Item("aid").Value
Speegs Guest
-
Julian Roberts #4
Re: Problem ASP/CDO Mail Error
Have a look at my articles on the basics of VB Script:
[url]http://www.charon.co.uk/content.aspx?CategoryID=27&ArticleID=30[/url]
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Speegs #5
Re: Problem ASP/CDO Mail Error
Thanks Jules, that is very informative but I am still having trouble
distinguishing where to use the quotes and when not to.
usxCDO.Body = "You had subscribed to receive an email notification when
comments were posted to this blog topic.
[url]http://147.211.110.6/articles_details.asp?id=&[/url]
Recordset1.Fields.Item("aid").Value"
Speegs Guest



Reply With Quote

