Steve,

I worked around this by surrounding the contents of the cfwindow tag with an 
element that had a style of "display:none", and then resetting this with 
javascript when the page has loaded.  Something like this:

<body onload="document.getElementById('myDiv').style.display='';">

<cfwindow name="myWin" initshow="False">
 <div id="myDiv" style="display:none">
   contents
 </div>
</cfwindow>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294353
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to