I'd like to use the cfwindow tag to pop up a modal window that
contains a form that allows me to edit a specific record.  This window
will be spawned via a normal hyperlink (i.e. a
href="javascript:ColdFusion.Window.show('mywin');">Show /a> )
However, I would like to pass a record id in to this window so that I
can load a specific record for editing.  I've tried a number of
JavaScript-y things (such as a
href="javascript:ColdFusion.Window.show('mywin');mywin.src='test2.cfm?a=1';">Show
/a> ), to no avail.  Is there any way to do this with cfwindow without
having to bind to a form field (which I don't want to do)?

Thanks,

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:314892
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