javascript question

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • bigtrickagain0

    Hmmm, there's little you can do here i'm afraid. if you use a javascript to initiate an email using the email client of the browser (i.e. using a mailto tag), you are dependent on whether or not that email client supports HTML email, and if so, if they have HTML turned on by default (I'm not even sure, given these conditions, that it will translate your message body as html - it may not). So, the best you can do is just use the document.location, since you can't count on the html tags i pasted to render as HTML.

    • yeah im not whizz with the old java. i keep thinking ive solved it. might find an alternative way. cheers anywayhitsuji

View thread