Avatar

Level 1

I’m not getting it. Here’s my code:

//Construct email to return completed request to Requestor and Gatekeepers.

var vEmail;

var vCC = "&cc=john.grener@philips.com; johnathan.nichols@philips.com; mike.invivo.smith@philips.com<mailto:&cc=john.grener@philips.com;%20johnathan.nichols@philips.com;%20mike.invivo.smith@philips.com>";

//Check email address field and build error message.

if (emailAddress.rawValue ==null)

{

errorMessage = errorMessage + "\n - please provide an email address.";

}

else

{

vEmail = emailAddress.rawValue;

}

//Send email.

event.target.submitForm(;

I get a Microsoft Office Outlook does not recognize Deirdre.perry@companyname.com&cc=joe.glascock@companyname.com<mailto:Deirdre.perry@companyname.com&cc=joe.glascock@companyname.com>

So, I try to trouble shoot by removing Deirdre.perry@companyname.com<mailto:Deirdre.perry@companyname.com> and joe.glascock@companyname.com<mailto:joe.glascock@companyname.com>. I run another test, selecting another name from the Requestor field and I get a similar error message: Microsoft Office Outlook does not recognize hank.pate@companyname.com&cc=john.grener@companyname.com<mailto:hank.pate@companyname.com&cc=john.grener@companyname.com>.

I also have a syntax error somewhere on the last line of code that I can’t figure out yet. Writing code is not my regular job, but I am trying to learn.

Dee Perry

Gatekeeper

Invivo Diagnostic Imaging

3545 SW 47th Avenue

Gainesville, FL 32608

Phone (352) 336-0010 ext. 452

FAX (352) 336-1410