0
cfwindow - passing multiple param values to

/t5/coldfusion-discussions/cfwindow-passing-multiple-param-values-to/td-p/2721814
Jun 15, 2010
Jun 15, 2010
Copy link to clipboard
Copied
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>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/cfwindow-passing-multiple-param-values-to/m-p/2721815#M119376
Jun 15, 2010
Jun 15, 2010
Copy link to clipboard
Copied
ColdFusion.Window.create seems to work better for this.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

