Every window will exist, whether it is hidden or not.

The only time a window will not exist, is when you dynamically create
it. But that is easy to achieve, by keeping a list of window names in
an array.



On 12/20/07, Dustin M. Snell <[EMAIL PROTECTED]> wrote:
> Thanks for your reply. Ok I have Firebug. I see quite a lot of properties
> and methods. After checking the whole tree I do not see a way to get all the
> Windows that are open or a way to check if a certain Window Exists by name
> or any other identifying characteristic that would persist from page to
> page. Therefore I cannot save the position of multiple windows reliably,
> because I am only able to check if there are Windows (in general) open or
> not, there seems to be no ability to test in JavaScript for a certain Window
> being open. (ID is uniquely generated on each page load so that won't work
> either).
>
> Am I looking more or less silly at this point?
>
> -----Original Message-----
> From: Andrew Scott [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 19, 2007 9:03 AM
> To: CF-Talk
> Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try
>
> Ok,
>
>
> Here is what you need to do.
>
> 1) D'load Firefox
> 2) Get the plugin / addon calle fireBug
> 3) Use that to view properties and methods of an object
>
>
> For example, in the fireBug window.
>
> >>> Coldfusion
>
> Will dump the object to the console, for you to browse and inspect.
>
> HTH
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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

Reply via email to