Skip to main content
June 15, 2010
Question

cfwindow - passing multiple param values to

  • June 15, 2010
  • 1 reply
  • 474 views

I'm having a bit of a brain freeze. I have a my cfwindow working through this link below but I'm not sure how to pass these param values to it.


<cfset id = query1.someID>

<cfset url = query1.someURL>


<a href="##" onclick="javascript:ColdFusion.Window.show('popUpWin')">cfwin test</a>


I've tried this but no go


<a href="##" onclick="javascript:ColdFusion.Window.show('popUpWin','id=#id#,url=#url#')">cfwin test</a>

    This topic has been closed for replies.

    1 reply

    June 15, 2010

    ColdFusion.Window.create seems to work better for this.