--- In flexcoders@yahoogroups.com, Nithya R <[EMAIL PROTECTED]> wrote:
>
> hi,
>    
>     i want to have a text with a html link in between.. like
>    
>   "click HERE for more details" .. in this sentence HERE alone
should be a link... how to do this
>    
>   thanks,
>   nithya
> 
> Send instant messages to your online friends
http://uk.messenger.yahoo.com
>
hi,
try this..
<mx:Script>
<![CDATA[
var myLink = "click for <a href='http://www.digg.com' />digg.com</a>"
]]>
</mx:Script>
<mx:Text htmlText="{myLink}"/>

ed






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to