When selecting an Address Book contact, lines of code appear after the e-mail address.
Schatzel
Newbie

When I select an Address Book contact to send an e-mail, lines of code appear after the contact's e-mail address. I have to delete the code or the address will be declared invalid. How can I fix this?

0 Likes
Re: When selecting an Address Book contact, lines of code appear after the e-mail address.
FJBemis
Newbie

You beat me to the board by 1 day.

Would it help anyone to see the code?

I have it captured.

0 Likes
Re: When selecting an Address Book contact, lines of code appear after the e-mail address.
bernie1071
Newbie

I have the same problem--is there any solution? Here is the code

function(searchElement){if(this==null){throw new TypeError()}var t=Object(this);var len=t.length>>>0;if(len===0){return -1}var n=0;if(arguments.length>1){n=Number(arguments[1]);if(n!=n){n=0}else{if(n!=0&&n!=Infinity&&n!=-Infinity){n=(n>0||-1)*Math.floor(Math.abs(n))}}}if(n>=len){return -1}var k=n>=0?n:Math.max(len-Math.abs(n),0);for(;k<len;k++){if(k in t&&t[k]===searchElement){return k}}return -1},

0 Likes