simplest way will be to reload the report page - you have
ColdFusion.Window.onHide() function available, in which you
can code
refresh of the main page.
another way will be to modify data in the affected rows of
the table
without refreshing the whole page - a lot more complicated
but possible.
you will have to run some rather complicated javascript to
manipulate
the DOM, which may be made a little simpler if your report
table is a
cfgrid binded to a cfc...
all the details and some examples are in the cf docs (cfml
reference and
dev guide), which you can download from adobe.com. more
details and
examples are in various blogs...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/