K
kavi
-- 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>
<Title>Japanese 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>
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>
<Title>Japanese 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>