>haha, i totally screwed up that post. > >instant replay > >this is kindof a wacky situation. as far as I know there are few ways to >make a "recordset", or data in general, available across frames. > >in this case I would use a wddx recordset. >-i'd run the query in the upper frame >-return it to the page as a wddx recordset to the page >-onload of the upper i'd refresh the lower >-onload of the lower have it look at the wddx recordset in the upper and >build your page from there > >kinda messy. interesting problem that i've never really seen a good >solution to. > >you CAN refer to variables in other frames from the same domain. > >am i making sense here or am i speaking FridayAfternoonGettingTired >language here?
No, you're making sense. That's an interesting approach. The one pitfall I see is that in order to refer to the top frame's field, I'd have to use JavaScript to get the value (parent.topFrame.fieldname.value) and then write the bottom frame out entirely in JavaScript. Outside of that, I don't see how I could get at the value via JavaScript, set it to a CF variable, and then use the resulting CF variable to write the page using standard markup. Does that make sense? Thanks for your reply, Dave. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

