Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfwindow - passing multiple param values to

Guest
Jun 15, 2010 Jun 15, 2010

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>

452
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 15, 2010 Jun 15, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources