I am heavily using cfajaxproxy proxy for new project. I have a drop down form that shows and hides different divs for different DAYS OF THE WEEK. By selecting a Day of the week it brings up a dynamically named form inside of the showing DIV. They are named MONDAY, TUESDAY, etc...
I want to process ALL "Day of week" named forms with ONE CFC function. Here is the issue: I use setForm to populate my CFC function with the proper form variables from my desired form guts. All my javascript is within a .js file. The only real solution I CAN SEE is to PULL the javascript function from the ..js file. Instead I would generate it inline inside the CFM file. I can then dynamically make up a function for each "Day of Week" named form and properly populate the cfc function with the right setForm values. Anyone have any other insight to this? Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293128 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

