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

Realist Login Prompt – Chrome Fix

Realist Login Prompt – Chrome Fix

Updated: 7/21/2017

 1. Click on the Site information button on Chrome

 

 2. Click the link for Cookies in use

 

 3. Click Remove and Close  

 4. Try to open up Realist again

https://bareis.sharepoint.com/sites/FAQ-Knowledgebase/Shared%20Documents/General/Realist%20Login%20Prompt-2017.pdf 

  • 43
  • 21-Jul-2017
  • 1419 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; }); });