Ok here is another test you can do. console.log(ColdFusion.Window.getWindowObject(*name*));
And replace name with the name you want and see if an object is returned in the console. On Fri, Feb 8, 2013 at 10:29 AM, [email protected] <[email protected]>wrote: > > The ID number from the database row. All of them unique. The code for the > AJAX call runs and spits out the ID. Then I take that ID and add it to the > name of the prefix for the window > > var ConfirmWindow = "AddToCartWindow" + text; > > which gives me in this example the following > > AddToCartWindow54276 > > Which is the name of the window it claims it cannot find. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:354382 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

