how to make a link inside a textArea?
any one knows how to make a link inside a textarea,
i have this datagrid and a textArea what i want to do is place a link in the xml
something like
<catalog>
<book>
<name> <a href='tony' target='?????'></a>some textsome textsome textsome text see also tony</name>
<desc>blablablablablablablabla</desc>
</book>
<book>
<name>tony</name>
<desc>blablablablablablablablablablabla</desc>
</book>
</catalog>
is it possible or maybe samothing like it, please any idea will help
|