
February 2nd, 2004, 08:43 PM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
OK, your second post did a much better job of explaining what you are trying to do. If you re-read your first post it is basically asking how to pass an ID field to another page.
CF doesn't know anything about the position of something in an HTML table, unless you specifically set up something to keep track of this. What about setting up a row counter and a column counter, and increment these as you loop through the data and output each row and column. Then from within each column you can simply reference these counters to populate a hidden form field with the current row and column.
|