I am trying to use a Coldfusion javascript function to create a cfwindow and center it. I've followed documentation/tutorials to a T and I've tried this in CF8 and CF9 but I can't get it to center. What am I doing wrong?
<a href="javascript:ColdFusion.Window.create('createdWindow','Window Name',
'test.cfm',{modal: true, center: true});">Create Bound Window</a>
Thanks :)