md SecureSend Documentation
Adding .mdSecureSend to your website
- Include a link to our javascript in your header: <script src="http://toolbox.max.md/js/mdpopup.js"></script>
- Image: Place this code anywhere you want a secureSend button: <a href="#" title="Click here to send a secure message" alt="Click here to send a secure message" onClick="secureSend('YourDomain')"><img src="http://toolbox.max.md/webcard/images/securesend_85x85.jpg" width="85px" height="85px" alt="Click here to send a message" border = "0"/></a>
(YourDomain should be replaced with your domain name WITHOUT the .md)
or
Text: Place this code anywhere you want a secureSend button: <a href="#" title="Click here to send a secure message" alt="Click here to send a secure message" onClick="secureSend('YourDomain')">Click here to send a secure message</a>
(YourDomain should be replaced with your domain name WITHOUT the .md)