Question
Getting Extra Carriage Returns from an AJAX call
Here is a weird one. I am running an ajax call to create an
image that is then updated on the page. It keep it unique I am
using a combination of the cfid and the time and I am passing back
the time as the only value from the ajax call. When the value comes
back it is full of slash r and slash n characters. I have turned
off debugging, added cfsilent around everything but the output and
I still get all the garbage. This happens with Firefox and IE.
Anyone run into this or have any suggestions?
I am running CF8.01. I have added code to strip out all the junk after it is returned, but I would prefer not to have it in there in the first place.
I am running CF8.01. I have added code to strip out all the junk after it is returned, but I would prefer not to have it in there in the first place.