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

Commercial

Commercial
The Commercial classification includes industrial, office, retail, R&D, and warehouse properties. It is also possible to
identify a property as mixed use (a shopping center with multiple uses). The properties may also be identified as
attached or detached.

  • 75
  • 28-Sep-2017
  • 810 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; }); });