i assume you want to pass the uid var? where is it coming from? it looks
like it is a form element, since you have it as {uid} in your cfgrid code?
do you want to pass a different uid value to the grid and refresh it then?
maybe you could create a hidden form field to hold the UID var value,
and bind your cfgrid to it (as you already do), then in the link's
onclick event you can change the value of the hidden field to what you
need and then call the refresh...Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Chris Smith wrote: > Hey Guys, I cant figure out how to pass a variable to the grid via a url > string as in the example below. > > <a href="##" onclick="ColdFusion.Grid.refresh('UserGrid',false)">Click me</a> > > > Its trivial with a form using Coldfusion.Grid.refresh and passing the form > variable but Im unsure how to do this with a url variable. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318051 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

