Use JS to submit the form- ColdFusion.Ajax.submitForm
In there specify your callback function. That function will then open a new CFWINDOW (using ColdFusion.Window.create) and can display the results there. On 9/25/07, Asim Manzur <[EMAIL PROTECTED]> wrote: > Is there anyway to post the form from regular page to cfwindow? > > my main page have a form. when this form submits, I want to open a > cfwindows, (so the action page for that form will be cfwindow) do the > other steps and on closing the page. I can navigate the main page to > som where. > > -- > ....................................... > Regards, > Asim Manzur > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289412 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

