> How about having the top frame submit to itself and use javascript to
submit
> to the bottom frame? Something like:
>
> <cfif isDefined("FORM.formSubmit")>
> <script language="javascript">
> <!--
> function submitForm() {
> myForm.target="otherFrame";
> myForm.action="other_action.cfm";
> myForm.submit();
> }
> -->
> </script>
> </cfif>
I see what you're saying, but that's not what I'm trying to solve. I know
how to get one frame to submit another frame -- that's easy. Essentially
this comes down to trying to force one CF Server call's results to be
available for a second page. It doesn't have anything to do (as far as I can
figure out) with JavaScript. This is a huge WDDX packet, so storing it in a
hidden field in one frame is not feasible either.
Thanks though,
Dave.
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists