I'm looking for a way to toggle open/close a table row within a search query. I have a table of results and a link to more detailed information. I would like that page to stay within the current page. I have the ColdFusion.navigate working correctly but wondering if there is a way to close it?
Here's some of the code I'm using...
<td><a href="javascript:ColdFusion.navigate('details.cfm?ID=#ID#','detail#q.CurrentRow#')">#q.sl n#, #q.sfn#</a></td>
<td><cfdiv id="detail#q.CurrentRow#"></cfdiv>
Message was edited by: Catherine Lesniewski