Google Chrome javascript broken

littlebob

Member
Member
Messages
22
Any ideas why a bookmark in Google Chrome which uses javascript is not working? Not even and error or block notice pops up. Nothing.

Common use is to replicate the function of the send link via email in IE. When you click on the Chrome bookmark with the javascript it is supposed to launch Outlook with a new mail message pre-filled withe page title as subject link and URL in the body of the message (again just like IE' send link via email).

Here is the code which has worked across on windows verisons going back to XP

javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href);

I am assuming Win8 doe snot support javascript but wanted to know for sure

Thanks.
 

My Computer

System One

  • OS
    Windows 8 CP
Back
Top