Skip to main content
Participant
October 8, 2010
Question

CFWINDOW escapes HTML, I'd like it rendered

  • October 8, 2010
  • 1 reply
  • 356 views

1.  On the page I have a link with an OnClick="Coldfusion.Window.Create()" method.

2.  The source for this is a remote proxy cfc which generates HTML

3.  The modal window appears on the page, but the HTML is rendered as source code, rather than html. (eg, <strong>Hello</strong>, rather than hello

What am I doing wrong?

    This topic has been closed for replies.

    1 reply

    Participant
    October 8, 2010

    Duh, got it.

    returnFormat="plain" on the function