Ask a Question related to ASP, Design and Development.
-
Atrax #1
Re: HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?
> The HTML mails I'm trying to send have ASP code in them.
hmmm.... the ASP code won't run, you know. If you mean what I think you
mean, that is...
I can't see other wise why you'd want ASP code in there
________________________________________
Atrax. MVP, IIS
[url]http://rtfm.atrax.co.uk/[/url]
newsflash : Atrax.Richedit 1.0 now released.
[url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Atrax Guest
-
Create RTF / Word Docs - Line Feed / Carriage Return
Hi All, Not a question, a solution! I was having a hard time with this one, and thought this might help someone out in the future. 1. Creating... -
Carriage Return
Please help me how I can enter text with carriage returns into my database. I have a Textbox with TextMode="MultiLine" Now, if inter a text... -
FTP doesn't add Carriage Return from VMS to NT?
When I try to use NET::FTP to transfer text files from VMS to NT (GET command using ASCII mode,) FTP will add the Linefeed, but not the required... -
Carriage Return / Line Feed question
<de-lurk> Hello all, Given the script listed below: LINE: while (<>) { while (! m/.+?<endad>/){ if(m/<cat:(\d+)>/) { $cat = $1; -
Line Feed vs Carriage Return
"Lynn" <noemail@yahoo.com> wrote in message news:011901c34717$b9a7d5f0$a601280a@phx.gbl... char(10) is the line delimiter on Unix. char(13) +... -
Tom B #2
Re: HTML mail tactics? Is there a way of designating a new line in ASP without a carriage return?
Ken, could you show your code, I have a feeling you are doing something "the
hard way"
"Ken Fine" <kenfine@u.washington.edu> wrote in message
news:bg9oi3$28ik$1@nntp6.u.washington.edu...code,> I'm using the CDO/CDONTS components to send HTML mail. These components
> demand that the entire body of the mail appear on a single line, no CR or
> newlines.
>
> The HTML mails I'm trying to send have ASP code in them. Some of thisthe> such as repeat regions, fails if you don't manually insert a <CR>. This
> screws up CDO/CDONTS, which wants the page code on a single line.
>
> Is there a character sequence that designates a new line to ASP but that
> doesn't involve a carriage return?
>
> BTW, I have a feeling I'm doing this "the hard way." Should there be a way
> to read in the message body programmatically, and not have to go through> exercise of formatting the text appropriately? What techniques do other
> folks use, short of buying expensive e-mail components?
>
> Thanks in advance.
>
> -KF
>
>
Tom B Guest



Reply With Quote

