I got it to work!! Found a few typos and errors in the logic. Thanks for the help!
-- "It's like magic when all things are correct!" > Subject: Re: Passing a List Item value into a CFDIV > From: [EMAIL PROTECTED] > To: [email protected] > Date: Mon, 14 Jul 2008 14:04:19 -0400 > > And one quick note, Im not sure you are using a correct CFDIV ID: in your > post CFDIV has ID as WidgetArea, so I beleive you should use: > > <li id="TheWidget" value="#WidgetID#" > onclick="javascript:ColdFusion.navigate('widgetDescription.cfm?WidgetID=#WidgetID#',WidgetArea');">#WidgetName# > - #WidgetID#</li> > > Regards, > Misha > On Mon, Jul 14, 2008 at 1:42 PM, Joel Polsky <[EMAIL PROTECTED]> wrote: > > > Hi, Poseted this to the cf-talk group, but no response. Maybe it's more of > > a Newbie question... > > > > I have this problem not sure if it's even possible. I have this being > > generated: > > > > <li id="TheWidget" value="#WidgetID#" > > onclick="javascript:ColdFusion.navigate('widgetDescription.cfm','OfferArea');">#WidgetName# > > - #WidgetID#</li> > > > > This was also tried: <li id="TheWidget" value="#WidgetID#" > > onclick="javascript:ColdFusion.navigate('widgetDescription.cfm?ID=#WidgetID#','WidgetArea');">#WidgetName# > > - #WidgetID#</li> > > > > <cfdiv id="WidgetArea" /> > > > > In either case the div does not process the value. > > > > So my question is: How do I pass the value to the page > > "widgetDescription.cfm" so that it will process the ID and display the > > correct information INSIDE the CFDIV??? > > > > Thanks! > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3835 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
