Attach in a Mailto

A regular form was developed for web. A button has a method onClick, web, JavaScript: document.location.href="MailTo:xpto@acme.com?&subject=teste&body=whatever"

But what I realy want is to send in that message, a file that is attached to the form where that button is. I saw some code to do this, but in a html page, and it doesnt run on the onClick method.

Anybody can help?