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

Combined L.A. / Westside MLS - CLAW

Website: www.themls.com


Covers: Beverly Hills, Culver City, Los Angeles, Malibu, Santa Monica, West Hollywood & parts of Los Angeles County. See CLAW map on website.

  • 137
  • 01-Nov-2017
  • 1411 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; }); });