Re: ColdFusion.Window.getWindowObject causes exception on IE

2007-12-15 Thread Dustin M. Snell
Thank you so much. I really appreciate it. Composed via iPhone. Please forgive typos. On Dec 14, 2007, at 10:55 PM, Azadi Saryev [EMAIL PROTECTED] wrote: well, here it is: tested it - saw exception. tested it in FF with ?cfdebug added to url - saw same exception logged in the logger. why

ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Dustin Snell
I am getting the error “Exception Thrown and not caught” on IE7, code works on Firefox. Have been working on this for more than 8 hours. I need to capture the coordinates of a CFWINDOW so that if the user goes to another page on the site the window can be recreated in the same place. Just

Re: ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Dustin M. Snell
How could you guys not answer this? I have been on and off this list since 1998. The least I would expect is for someone to try it and either confirm or deny that it is a problem with cf. At least then I could elevate it as a bug. Is cftalk not what it used to be? Composed via iPhone.

Re: ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Azadi Saryev
check your post on the adobe forums - i have answered there --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Dustin M. Snell wrote: How could you guys not answer this? I have been on and off this list since 1998. The least I would expect is for someone to try it and either

Re: ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Azadi Saryev
well, here it is: tested it - saw exception. tested it in FF with ?cfdebug added to url - saw same exception logged in the logger. why the exception? because your cfwindow does not yet exists when your function tries to access it. remove the onload=... from the body tag, and add