Korean characters are distorted in Outlook Express when mail sent from Web page -
i've win xp prof kn sp3, internet explorer 8 , outlook express. composing mail in web page shown below in code
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv='cache-control' content='no-cache'> <meta http-equiv='expires' content='-1'> <meta http-equiv='pragma' content='no-cache'> <title>test mail on korean os</title> <script type="text/javascript"> function sendmail() { var strbody = "text on web page shown correctly in outlook express text changed or shown ????. (웹 페이지의 텍스트가 올바르게 표시되지만 outlook express를 텍스트로 변경하거나 표시??)"; var stremailid = "abc@domain.com"; var strsubject = "testing email on windows xp professional kn sp3 (윈도우 xp 프로페셔널 kn sp3에서 전자 메일 테스트)"; window.location="mailto:"+stremailid+"?subject="+strsubject+"&body="+strbody; } </script> </head> <body> <h2><center>testing mail on korean windows xp professional sp3</center></h2> <p> email id: abc@domain.com</p> <p> email subject: testing email on windows xp professional kn sp3 (윈도우 xp 프로페셔널 kn sp3에서 전자 메일 테스트)</p> <p> email body: text on web page shown correctly in outlook express text changed or shown ????. (웹 페이지의 텍스트가 올바르게 표시되지만 outlook express를 텍스트로 변경하거나 표시??)</p> <a href="#" onclick="sendmail();">send mail</a> </body> <head> <meta http-equiv='pragma' content='no-cache'> </head> </html> when click on link "send mail", outlook express opens (being default mail client same result in thunderbird well) wrong characters. in web page characters shown correct, in mail client, text shown incorrect. please refer following links i've posted image of page in ie , mail content in oe.
korean characters in ie korean characters in oe
thank you.
Comments
Post a Comment