Well you could with some JS at the point of completion or submission, just like you could if the form was spread over a frameset. It's not very elegant and a bit messy, but not impossible.
David > -----Original Message----- > From: Rick Root [mailto:[EMAIL PROTECTED] > Sent: 20 December 2006 15:32 > To: CF-Talk > Subject: Re: Sorta OT: iframe in a form doesn't pass values? > > an Iframe is a completely different web page. You're not > submitting them. > You can't use an iframe for that. > > Try cfinclude. > > Rick > > > > On 12/20/06, Les Mizzell <[EMAIL PROTECTED]> wrote: > > > > I've got a CFFORM on a page that contains a huge scrolling list of > > checkboxes contained inside an iframe > > > > <cfform> > > <p>Tons of stuff to fill out here</p> > > <iframe src="inc_medCATS.cfm"> > > <!---big dynamic list of checkboxes---> > > </iframe> > > <p>Tons more stuff here</p> > > <submit button> > > </cfform> > > > > Selected values from within an iframe don't get submitted > along with > > the other form values? > > > > How do you - if you can - pas these? > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264580 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

