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

How to revise open houses from phone or iPad

Currently the only way to revise an Open House is to use the Desktop Mode on the mobile device.  The App willnot allow you to switch to desktop mode.Youmustgo to your Browser and type in norcalmls.rapmls.com and log in.  You will then open what looks like the app and under Links, you can switch to Desktop MLS where you can revise as usual.

  • 98
  • 04-Oct-2017
  • 915 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; }); });