|
-
email blaster with CDONTS
I have an email blaster written in asp. Everything works fine except this:
Within the asp I have lines like this --
**************************************************
HTML = HTML & "<P>"
HTML = HTML & "Dear "
%>
<% Response.Write rstBlast.Fields("FirstName") %>
<%
HTML = HTML & "<BR><BR>"
HTML = HTML & "Thank you for your recent order..."
**************************************************
I get no errors, but I also get no "FirstName"
Can anyone see what might be the problem here? And maybe make a suggestion
that could save me hours. It would be greatly appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks