> I know this is not the place to post such queries, but I am very > stressed out now and can not find solution to my problem. Maybe > someone hase had similar experience while using ExtJS with ColdFusion. > > > My scenario is simple. Upon clicking a menu item on my homepage, a > window opens. After filling out sertain textfields, when these fields > loose focus, another modal window is opened having a grid. Now I want > to the user to select one of the values listed in the grid and then > press 'Done' button. Once this 'done' button is hit, I want the child > window to close and the selected record in the grid of childWindow > must be passed to the initial parent window. > > How can this be achieved????? > > Regards, Arsalan
Window is pretty loosely described. Is it a browser window or a DIV? There would be different solutions for either situation. Modal window sounds like a div. If so, you use javascript to get the value of each element based on the id. Instead of using grid, can't you use something else that would be easier to get values from? Even an 'li' would suffice. Then use placeholders in your parent window, like hidden inputs to store the passed values. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328227 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

