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

Are there other guidelines or rules I need to be aware of in order to participate in IDX?

Yes. BAREIS members and vendors are responsible for ensuring websites are displaying IDX data in accordance with BAREIS MLS® rules and guidelines established in Data Licensing Agreements.

  • 119
  • 05-Oct-2017
  • 1050 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; }); });