Hi,The file does not appear to be there, but I thought the mailto syntax
was a starting '?' and then in was '&' for each parameter.Using your
exampleI think this should work if it is changed to
RealEmail.event__click.submit.target = "mailto:" +
DropDownList1.rawValue + "?subject=Mobile Device Request" +
"&body=Testing";(please note I haven't checked this, just a from the top
of the head idea)Hope this helpsMalcolm