OK, figured out a solution:

<a 
href="javascript:ColdFusion.Window.show('mywin');ColdFusion.navigate('test2.cfm?a=1','mywin');">Show</a>
<cfwindow source="test2.cfm" width="350" height="350" name="mywin"
initshow="false" modal="true" title="Edit" center="true" />

Basically, create the window, then navigate to the desired URL.

On Thu, Nov 6, 2008 at 4:33 PM, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote:
> Won't that create an excessive number of instances of cfwindow?  I was
> trying to be efficient by creating a single instance and then passing
> the variable to it.
>
> Pete
>

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314918
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to