Thread
:
store details in excel file using asp form mailer
View Single Post
02-12-2013, 10:35 PM
PM User
|
#
9
Old Pedant
Supreme Master coder!
Join Date: Feb 2009
Posts: 23,168
Thanks: 59
Thanked 3,992 Times in 3,961 Posts
Sorry.
Code:
strFeedMessage = Replace(Replace(Trim(Request.Form("Message")),vbCR,""),vbLF,"<br>")
You need one ) to close the Request.Form( and another to close the Trim( and they go one right after the other.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant
View Public Profile
Find More Posts by Old Pedant