I'm not sure if I can understand your question.  Is it something like this
<cfif isdefined("FORM.Send2Pop")>
 -- pop up a small window...
 <cfwindow...
   source="popMeUp.cfm"/>
</cfif>

-- main window
<cfwindow...>
  ...
  <cfform action="#CGI.script_name#" method="post">
   e1
   e2...
   <input type="submit" name="Send2Pop"...>
  </cfform>
  ...
</cfwindow>

After submission of this form, popMeUp.cfm pops up on the same screen while the 
parent/current cfwindow stay put?
If the above understanding is correct, probably the code here would be closer 
to what you want...

hih.

>I would like to have a small form (normal HTML form) that is contained
>within an AJAX cfwindow submit to that window so that it just loads the form
>submission results page that popup window and not the parent page.  Is this
>possible?
>
>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;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296194
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