I forgot to mention an important thing. This doesn't happen in FireFox, just in IE 8.0. Most my users use IE. Is this just an IE thing?
Nathan From: Nathan Chen Sent: Wednesday, June 30, 2010 12:11 PM To: [email protected] Subject: Has anyone experienced a blank screen created by ColdFusion.Window.Create? All: I have a page that has a href like this: <a href="" onClick="ColdFusion.Window.create('MyTest', 'Test Title', 'MyTestPage.cfm?s=2006&c=A', {x:100,y:100,height:500,width:900,modal:true,closable:true, draggable:true,resizable:true,center:true,initshow:true, minheight:200,minwidth:200 });return false;">Count</a> I do have <cfajaximport tags="cfwindow"> and <cfform name="a"> before it. On the MyTestPage.cfm, it has a simple <cfquery> and a <cfoutput> to display the query result. When the <a href> is clicked, the window shows up but displays a blank page. If I resize the window a little bit by clicking the edge of the window, then the query result shows up perfectly. Has anyone seen this before? What's the solution? Nathan Chen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334968 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

