Matt Horn wrote:

<mx:Script>
var fred:String = "&lt;a
href='mailto:[EMAIL PROTECTED]'&gt;Fred&lt;/a&gt;";
</mx:Script>
<mx:Text id="t2" htmlText="{fred}" />

Wouldn't using a Link component and calling getURL("mailto:[EMAIL PROTECTED]") in the click handler work too? I think so.


Manish




Reply via email to