You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

How to update Microsoft Internet Explorer(IE)

Internet Explorer is no longer a supported browser. Internet Explorer should no longer be utilized with BAREIS MLS. 

  • 194
  • 15-Sep-2021
  • 1095 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });