J
Joh
I'm using mailto to open up an email that have a hyperlink in the body.
The hyperlink passes two variables Name and Emailadress. The problem is
that only the first variable Name show up in the hyperlink. It seems
that javascript takes the & as the end of the body where I use it to
separate my variables. Anyone know how to deal with this?
"<script
language='javascript'>window.open('mailto:&body=http://www.abc.com/test.aspx?Name=abc&[email protected]',
'_blank');</script>"
The hyperlink passes two variables Name and Emailadress. The problem is
that only the first variable Name show up in the hyperlink. It seems
that javascript takes the & as the end of the body where I use it to
separate my variables. Anyone know how to deal with this?
"<script
language='javascript'>window.open('mailto:&body=http://www.abc.com/test.aspx?Name=abc&[email protected]',
'_blank');</script>"