All,
I am using the following script and it works fine except for the ?subject line. When I activate the script only the "I" shows up in the subject line of the email, what needs to be done to get the rest of the subject line to show up?
[code]
var name = "XXXX";
var atsign = "@";
var virtual_domain = "charter";
var dotcom = ".net";
var subject = "?subject=I want to receive email updates";
document.write("<a href=mailto:", name + atsign + virtual_domain + dotcom + subject, ">Join our email list</a>");
Hope this is clear to you.
Jim K.



Reply With Quote



Bookmarks