All Tags // cfwindow
Create Dynamic CFWindow Instances With JavaScript and the CFAJAX API posted on: 6/11/08
Description: My first attempt at creating multiple instances of cfwindow on a page was less than desirable. I thought that nesting a cfwindow tag in a cfloop tag with the name attribute set to createUID would be the best way to create a unique instance of the cfwindow, which I could then open with a link or a button. The result was a bloated, slow moving page that was absolutely unusable.
