Hi,
I am working in the dashboard application,developed in the struts framework(JSP as view). we are having pie chart and drill of chart calling the javascript function . and also having an icon on click of that calling struts action which will download Excel document . using(window.location) .
Onload the chart is coming fine and drill of chart also working fine(On drill , it will cal javascript function ..... ) , but after i downloaded the excel document if i perform the drill on chart, The call is not going to javascrpit function, not getting any script error also . This issue there in only ie browsers .
What will be the problem ?