| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Jul 2004 Location: Leeds
Posts: 5
![]() | |
| |
| | THREAD STARTER #2 (permalink) |
| New Member Join Date: Jul 2004 Location: Leeds
Posts: 5
![]() | Ive found out i need to use the CDONTS feature - ive implemented the following code but it returns a page not found error when i go to my confirmation asp page. Any help please? ????: NamePros.com http://www.namepros.com/programming/38413-adding-to-database-and-emailing.html <% Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.To = "pworsnop@wickersley.net" objCDOMail.From = "Staff@wickersley.net" objCDOMail.Subject = FP_SavedFields("MyReason") For Each item in FP_SavedFields strBody = strBody & item & ": " & FP_SavedFields(item) & VbCrLf Next objCDOMail.Body = strBody objCDOMail.BodyFormat = 1 objCDOMail.MailFormat = 1 objCDOMail.Send Set objCDOMail = Nothing %>
__________________ Loftus and Speight R.I.P - Your in our hearts and minds forever lads |
| |