Hi,
I have several cfchart in my page and i would like, when a user clicks on a 
graph, another page open with the graph and the first page with all graph 
always always display.

This is my code: The graph on the new page is correct but the main page lose 
data and an error message appear : #object#.
An other problem with option url is : we can click only on the bar of the graph 
and no on all the graph...



<cfchart 
                                                  format="jpg"
                                                  backgroundColor="white"
                                                  xAxisTitle="#reportType#"
                                                                                
          yAxisTitle="#kmType# hit counts" 
                                                  font="Arial"
                                                  gridlines=6
                                                  showXGridlines="yes"
                                                  showYGridlines="yes"
                                                  showborder="yes"
                                                  chartwidth="680"
                                                  chartheight="200"
                                                  seriesPlacement="cluster"     
url="javascript:window.location='chr(35)';window.open('kpi-history-export.cfm?');">
     


If someone has an idea...

Thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to