Skip to main content
August 9, 2009
Question

cfwindow

  • August 9, 2009
  • 1 reply
  • 1055 views

I am new to cfwindow and am having trouble with several examples out there. The examples I have tried to use do not work. I would like to check my CFIDE mappings and am not sure what to look for. Any direction would be useful and appreciated.

    This topic has been closed for replies.

    1 reply

    August 10, 2009

    Hi,

          Plz try this.

    <cfwindow

    name=

    "mywindow1"

    title=

    "Sample Window"

    height=

    "350"

    width=

    "500"

    x=

    "10"

    y=

    "40"

    source=

    "yourpagetodisplayinpopup.cfm"

    initShow=

    "true"

    closable=

    "true"

    resizable=

    "true"

    draggable=

    "true"

    center=

    "false"

    minheight=

    200

    minwidth=

    200

    />

    August 10, 2009

    I named the page test.cfm and the source = testscript.cfm. The test.cfm page shows the title (sample window) as text and that is it. This is what is happening on all examples that I have tried.

    Dileep_NR
    Inspiring
    August 10, 2009

    Hi,

    Please explain what all the issues you are facing with cfwindow and what you are trying to achive?