Yes, and I'm using imageInfo() to grab the dimensions of the image (the x,y
dimensions in the resizeTo()).

On Sun, Oct 17, 2010 at 9:13 PM, Michael Grant <mgr...@modus.bz> wrote:

>
> Just to make sure, do you have that wrapped in cfoutput?
>
> On Sun, Oct 17, 2010 at 9:08 PM, Pete Ruckelshaus <pruckelsh...@gmail.com
> >wrote:
>
> >
> > I'd like to be able to dynamically resize a ColdFusion window created
> with
> > cfwindow.  I haven't found anything definitive as to whether this is
> > possible; I did try the following:
> >
> > [script language="javascript">
> >
> >
> >
> ColdFusion.Window.getWindowObject('albumwin').resizeTo(#imgInfo.width#,#imgInfo.height#);
> > [/script>
> >
> > (script tags broken intentionally).  This doesn't seem to work.  Is there
> a
> > way to do this?
> >
> > Thanks,
> >
> > Pete
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338265
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to