I am trying to pass the text passed through a textarea using "POST" into a .doc file.
But when I write the pertinent text to the .doc file it does not pass the carriage returns...it simply does the usual HTML crunching till all CR's and spaces are compacted to 1 space.
I have tried replacing %0D%0A, VbCrLf, %0D, %0A...everything I can think of, to no avail....it simply doesn't seem to detect any carriage returns being passed. and I have wrap="virtual".
Any help?
A.
But when I write the pertinent text to the .doc file it does not pass the carriage returns...it simply does the usual HTML crunching till all CR's and spaces are compacted to 1 space.
I have tried replacing %0D%0A, VbCrLf, %0D, %0A...everything I can think of, to no avail....it simply doesn't seem to detect any carriage returns being passed. and I have wrap="virtual".
Any help?
A.