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 -~----------~----~----~----~------~----~------~--~---
