Azadi, Appreciate the reply. Something else is going on as I can call the same window from another page with no problems.
Another quick question for you. Is it possible to have one cfwindow call another? So far this afternoon I haven't been able to make that work and wondered if that was because it couldn't be done ;<). Rick On Wed, Mar 18, 2009 at 4:13 PM, Azadi Saryev <[email protected]> wrote: > > using just the cfwindow code you posted created me a 3000px wide window > just fine both in FF and IE... > must be something in your css... > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Rick Mason wrote: > > I have the need for a nearly full screen CFWindow. No matter what I do I > > can't get it to be more than 60% of the screen in width. Whether I set > the > > width to 1200 or 12000 in the tag the width is the same even with all my > > code commented out in the window itself. > > > > I've tried both a div and a table with set width as well as a hbox with > no > > change to the width of the displayed. I'd appreciate anyone's help as > this > > one has me stumped. > > > > Rick Mason > > > > > > <cfwindow > > > > name="MyWindow" > > > > center="false" > > > > initShow="false" > > > > title="Hello World" > > > > refreshOnShow="true" > > > > width="3000" > > > > height="690" > > > > modal="true" > > > > closable="false" > > > > source="xyz.cfm"> > > > > </cfwindow> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320671 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

