Ok, I have my initial problem solved with passing data to my cfwindow.  
Thanks for the help!  Starting a new thread for the next road block I am 
having.

~Steve

Steve Good wrote:
> This definitely got me going in the right direction, however, I am 
> still having trouble with this.
>
> Here is what I am trying to do. 
>
> I have a page that is populated by looping through a query.  I am 
> showing an image dynamically based on the data returned by the query.  
> When a user clicks the image it shows the details of the query in a 
> cfwindow.  I have a "Close Window" button that closes the window by 
> calling the ColdFusion.Window.hide() function.  I also need the button 
> to run a query that changes the data in the same table that was being 
> queried to get the data, then update the parent page to reflect the 
> change without an actual page refresh.
>
> I sort-of have this working, but I run into a few snafus when trying 
> to update the parent page.  I was using a third party's ajax to 
> refresh the info in a div tag, but when I do this I end up with a 
> duplicate page embedded inside the parent page.  Is there an "easier" 
> way than the way I am doing it?  I can provide source code if needed 
> for clarification.
>
> Thanks!
>
> ~Steve
>
> Don L wrote:
>> Yes, the simpliest way looks like this
>> <cfwindow title="My Cool Window" source="neatStuff.cfm?param1=value1"/>
>>
>> But probaby you were looking for something more complexed?  Yes?  Like from 
>> cfpod or another cfwindow?  And that's doable as well.  The problem in my 
>> experience lies in multiple browser support, for instance, for the CFWINDOW 
>> tag, for the type of "Tab", I don't know if Adobe have done extensive 
>> testing with Firefox and Safari, IE7 works well while the other two not.
>>
>>   
>>> Is it possible to pass variables through the URL scope to a cfwindow?  
>>> If so, how?
>>>
>>> Thanks!  :)
>>> -- 
>>>
>>> ~Steve 
>>>     
>>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:298821
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