View Single Post
  #1 (permalink)  
Old 07-14-2006, 12:24 PM
TMcG TMcG is offline
Junior Member
 
Posts: 7
Default Blank emails - "too much recursion"

I get occasional reports of emails that are showing as blank with a corresponding message of "too much recursion" in the Firefox Error Console.

Line reporting the error is ;

if(url){html[idx++]='<a target="_blank" href="'+url+'">'+AjxStringUtil.htmlEncode(tracking )+'</a>';}else{html[idx++]=AjxStringUtil.htmlEncode(tracking);}

or rather, the line that is highlighted when following the error link.

Seems to be HTML messages (to state the obvious) only.

All assistance appreciated.
Reply With Quote