Dear All,
I need to generate the following link in an email body.Example as below
I am using the following javascript code:
var val2 = 'Production Code';
window.location.href = "mailto:user.name@test.com?body=
However when the email body is generated it only shows as
Code
The hyperlink is only until which is invalid. Anyway to solve this issue?
Regards.
I need to generate the following link in an email body.Example as below
I am using the following javascript code:
var val2 = 'Production Code';
window.location.href = "mailto:user.name@test.com?body=
However when the email body is generated it only shows as
Code
The hyperlink is only until which is invalid. Anyway to solve this issue?
Regards.