The following Javascript code in an Classic ASP page works fine for everyone except a user with a new computer(IE11 and Outlook 2013).
window.location.href="mailto:weshipping;job?subject=" + etext + "&Body=" + bodytext;
It works(opens up new email page) for all computers(one year old) with Outlook 2013 and IE11(same version).
It will work on the new computer if I take out the subject and body text.
I am not sure if it is IE, Outlook, Exchange or what at this point.
Any help would be appreciated.
window.location.href="mailto:weshipping;job?subject=" + etext + "&Body=" + bodytext;
It works(opens up new email page) for all computers(one year old) with Outlook 2013 and IE11(same version).
It will work on the new computer if I take out the subject and body text.
I am not sure if it is IE, Outlook, Exchange or what at this point.
Any help would be appreciated.