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

How to update Chrome

Update Chrome

Google Chrome will update automatically as new versions are released. To verify that your version of Chrome is the latest or to update manually, follow these steps:
1. Open Google Chrome.
2. Click the Customize and control Google Chrome button in the upper right-hand corner of the screen.
3. From the dropdown menu that appears, select Help, then select About Google Chrome.
4. The window that appears will automatically check for updates and show you the current version of Chrome. If an update is available, there will be an option to install the update.
Users may also enter chrome://chrome/ into the address bar to achieve the same result or visit https://www.google.com/chrome
  • 193
  • 21-May-2018
  • 808 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; }); });