Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Broken Hyperlink: Unable to generate %20 in email body

Status
Not open for further replies.

Creeder

Programmer
Jul 5, 2000
110
MY
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top