Previous Thread:   Brazilian localisation

6/5/2006 6:53:02 AM    Html files with UTF-8 encoding on FTP
Hi,  
  
My desktop application publishes web pages to an FTP location.Its using  
  
CFTPConnection MFC class. IIS 6 server is used for FTP.  
  
I'm able to open .htm files generated on FTP location, these files are with  
  
UTF-8 encoding. The problem is where there is link with href to a javascript  
  
function nothing is happening. If I publish this to local location & open  
  
with http everything works fine.  
  
Not getting reason why javascripts are not getting called in herf in html  
  
file on FTP location.  
  
Is any setting missing?  
  
Thanks