Hi Misha -- 
I've tried that before and I can't use the a URL variable, because of the CFDIV 
is on the same page; thus no "url" for it to read from.

The url doesn't change foo.com/folder/index.cfm



> Subject: Re: Passing a List Item value into a CFDIV
> From: [EMAIL PROTECTED]
> To: [email protected]
> Date: Mon, 14 Jul 2008 14:01:22 -0400
> 
> Hi, Try to use:
> 
> <li id="TheWidget" value="#WidgetID#"
> onclick="javascript:ColdFusion.navigate('widgetDescription.cfm?WidgetID=#WidgetID#','OfferArea');">#WidgetName#
> - #WidgetID#</li>
> 
> In widgetDescription.cfm you will get a URL variable like:WidgetID so depend
> from your appl logic you can catch it and process it.
> 
> Hope that help.
> 
> 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:3834
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to