Is it a mac problem or browser problem?

Hi all, i posted a thread a few days ago asking how to create an email button that automatically loads text into a ready typed email. Thankfully i have figured this out. However i’m now having problem with the emails when i test them on my mac. It doesn’t seem to open the new email with the pre-typed message already there buy my PC does? Any ideas?

[QUOTE] heres my original thread-

Hi… im trying to make an email button that automatically posts a message in the body of the message when the user clicks it. So far iv managed to make it add the subject and one line of text in the body of the message. i need to be able to add a few lines of description to the text. Anyone know how to do this?

iv attatched my FLA so you can see what im rambling on about!

hope someone can help.

Thank you!


Heres the code:
on (release) {
 getURL("mailto:info@myemail.com?subject=Purchase%20Order&b  ody=I would like to purchase the following order:%3a");
}
[QUOTE]