Can I add an Attachment to my Mail to Javascript Function?
I'm trying to create an open mailto javascript function. Basically when a user clicks on the "email" hypertext an outlook email will open up with pre-populated TO field, SUBJECT field, and BODY field. But the next step is to attach a spreadsheet that is saved in a network drive that all users have access too.
This is what i have so far:
Code:
function emailForm(){
var email = "example@example.com";