I'm sorry - I forgot to add that this string is a part of HTML string
'<tr><td>&lt;b&gt;Note from 14.10.2008 23:02:59&lt;b&gt;&lt;br />
&gt;</td></tr>'

On 14 окт, 23:41, kangax <[EMAIL PROTECTED]> wrote:
> On Oct 14, 4:28 pm, buda <[EMAIL PROTECTED]> wrote:
>
> > I have a string - '&lt;b&gt;Note from 14.10.2008 23:02:59&lt;/
> > b&gt;&lt;br /&gt;'
>
> > I need to cobert it to an HTML form - '<b>Note from 14.10.2008
> > 23:02:59</b><br />'
>
> > is it possible accomplish with prototype.js?
>
> '&lt;b&gt;Note from 14.10.2008 23:02:59&lt;b&gt;&lt;br /
> &gt;'.unescapeHTML();
>
>
>
> > Thanks
>
> --
> kangax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to