I'm sorry - I forgot to add that this string is a part of HTML string '<tr><td><b>Note from 14.10.2008 23:02:59<b><br /> ></td></tr>'
On 14 окт, 23:41, kangax <[EMAIL PROTECTED]> wrote: > On Oct 14, 4:28 pm, buda <[EMAIL PROTECTED]> wrote: > > > I have a string - '<b>Note from 14.10.2008 23:02:59</ > > b><br />' > > > 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? > > '<b>Note from 14.10.2008 23:02:59<b><br / > >'.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 -~----------~----~----~----~------~----~------~--~---
