Japanese chars not visible in Outlook new message posted thru mailto:
-- I am able to save japanese text into HTML(saved as unicode file) and
open it in IE and view the jap chars.
-- I am able to open outlook new message and copy japanese chars into
the subject as well as body.
BUT, I am unable to give the subject line as Japanese text when using
javascript/html tag - mailto:... It opens new message with Boxes or
question marks.
Any help?
EXAMPLE HTML
html
head
TitleJapanese Test Page /Title
meta http-equiv="Content-Type" content="text/html; charset=SHIFT_JIS"
/
/head
body lang=EN-US style='tab-interval:.5in'
This is Japanese Text: さようなら
script Language="javascript"
!--
document.location='mailto:?subject=さようなら &body=さようなら';
--
/script
/body
/html
|