Can anybody help me with this?. I have a JavaScript file (this is just a
snippet) that contains the following code? var st = '<br>?';
document.write(st); When I run the following CFM? <br>Ajs result <script
type='text/javascript'> <cfinclude template='Ajs.js'> </script> <br>Done The
result is? Ajs result ? Done As I would expect. However, when I run the
following CFM? <br>Ajs result <script src='Ajs.js'
type='text/javascript'></script> <br>Done The result is? Ajs result Done
I.E. the a umlaut is not written! This may seem trivial but this is only an
example snippet of the problem. In the system I?m supporting it?s quite a
problem. Because we are using the umlaut for the first time. Kind
Regards Cliff Mosdall