Re: CFDiv not binding properly?

2008-03-17 Thread C. Hatton Humphrey
> >window.opener.ColdFusion.navigate('showfiles.cfm?user=#form.userid#", > 'File'); >window.close(); > Just to update this, I took out the window.close(); code and it works on the staging environment. o_O Hatton ~|

Re: CFDiv not binding properly?

2008-03-17 Thread C. Hatton Humphrey
On Mon, Mar 17, 2008 at 1:36 AM, Mike Harman <[EMAIL PROTECTED]> wrote: > Is the pop-up window a cfwindow or a new browser window? It's a new browser window. The curious thing is that it works on my devel machine but when I pushed the code to a staging environment it does not. Thanks! Hatton ~~

Re: CFDiv not binding properly?

2008-03-16 Thread Mike Harman
Is the pop-up window a cfwindow or a new browser window? >Okay, this one is not making any sense at all to me - it *has* to be a >setting issue but I can't seem to find anything to help. > >I have a CFDiv tag - > >Inside the CFDiv I have a pop-up window that allows the user to edit >or add file

CFDiv not binding properly?

2008-03-16 Thread C. Hatton Humphrey
Okay, this one is not making any sense at all to me - it *has* to be a setting issue but I can't seem to find anything to help. I have a CFDiv tag - Inside the CFDiv I have a pop-up window that allows the user to edit or add files. This works just fine and includes the following line of code at