Skip to main content
Participating Frequently
September 17, 2008
Question

CFgrid, href and cfgridkey

  • September 17, 2008
  • 2 replies
  • 1610 views
We have a current application in Mach-ii that is over 100,000 lines and would like to use CFgrid in CF8. What we don't want to do is to go back and touch perfectly good code, in multiple places, just to accommodate the url "cfgridkey". We want to use the proper variable in the URL.
I thought I had seen a description of using a JavaScript function to do this but now I cant find it.

Can anyone Help?

thanks,

Sam
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    September 22, 2008
    I "dont" want the cfgridkey term in the URL. I want something like ...index.cfm?my_id=7
    Not ...index.cfm?cfgridkey=7
    Inspiring
    September 18, 2008
    Hi,

    You just want to append the value "cfgridkey" as a query string in your url's?.. (or something else?)