Archive for February, 2009

ColdFusion cfgridupdate

From my previous post - working with cfgrid can be fun, and easy… except for when I try to do things without reading the documentation first. One such example was taking what I did before with the onChange calling the ActionScript getURL method and posting variables to a page. Getting these pages in the URL [...]

ColdFusion 8 cfgrid getURL troubles…

Here’s something interesting I found out today while trying to get some code working. What I had was a cfgrid control, and I wanted to be able to access a URL using the onChange method of the cfgrid (or, whenever the cfgrid was clicked, a URL would load based on what was clicked - in [...]