This content has been marked as final.
Show 6 replies
-
1. Re: MAILTO:// Touch command not working in An
SFS-DPS Mar 25, 2013 8:42 AM (in response to SFS-DPS)Hope somone can help with this! Its urgent that I resolve this for my client.
Thanks.
-
2. Re: MAILTO:// Touch command not working in An
joel_pau Mar 25, 2013 8:51 AM (in response to SFS-DPS)Hi,
You have to delete this: ,"_self"
window.open("mailto:oneAddress?subject=oneSubject");
-
3. Re: MAILTO:// Touch command not working in An
SFS-DPS Mar 25, 2013 9:03 AM (in response to joel_pau) -
4. Re: MAILTO:// Touch command not working in An
SFS-DPS Mar 25, 2013 9:16 AM (in response to SFS-DPS)Ahhhh...I think its because of spaces between subject words? trying to test now...
-
5. Re: MAILTO:// Touch command not working in An
SFS-DPS Mar 25, 2013 9:33 AM (in response to SFS-DPS)ok I took out the spaces between the subject title and it worked then I put #20 inbetween each word where I want spaces and now it dosent work?
Any ideas Here?
window.open("mailto:HQ-SpaceTech@mail.nasa.gov?subject=Technology#20Innovation#20Naming#20Contest");
-
6. Re: MAILTO:// Touch command not working in An
joel_pau Mar 25, 2013 10:08 AM (in response to SFS-DPS)Well, using Mac OS (Lion), this code works fine:
window.open("mailto:HQ-SpaceTech@mail.nasa.gov?subject=Technology Innovation Naming Contest");
What's your operating system? Your browser? Your mail software?
- Note that %20 is the right way to encode a space, not #20.
- See: http://en.wikipedia.org/wiki/Mailto






