When you enter more than one email address using mailto links, all of the links revert to the first mailto that was used in the page, for example:
<a href="mailto:abc@abc.com>ABC</a>
<a href="mailto:def@abc.com>DEF</a>
<a href="mailto:ghi@abc.com>GHI</a>
becomes
<a href="mailto:abc@abc.com>ABC</a>
<a href="mailto:abc@abc.com>DEF</a>
<a href="mailto:abc@abc.com>GHI</a>
I am using Cute
Editor 5.2 for ASP, editing with XP Home IE7. Is this a
known bug? What can I do to resolve this?