embed jpg or gif in email problems

B

Benny

I using javascript to send email with image(jpg/gif), the syntex show below:

function sendcard(){
document.location='mailto:'+document.address.value+'?Content-type=text/html&body=<center><img
src=http://www.sih.com.hk/xmas_gsw.gif></center>&subject='+document.greetmsg.value;
}

Susequent, the mail interface startup but it with not any image inside,
their just only display:
<center><img src=http://www.sih.com.hk/xmas_gsw.gif></center>

This problems only occure under "WinXP SP2", the script running is normaly
in other OS such as WinXP SP1, Win98, WinNT...etc

PLEASE HELP ME!!!!!
 
Top