Ajith Report post Posted October 31, 2007 Hi, I am using fusion chart in application. chart is generated with servlet and ajax call. the issue is, each time chart is rendered, the # character is appended to the application title. it is difficult to post the entire code. for reproducing the issue, i could see that, on the sample chart gallery take any of the html file, append with , < a HREF="#" > CLICK HERE < /a > . click on the link, and then click on the graph, its appending # on application title. this process will append # only one time. but in my application, i am not using any explicit click what i have mentioned above, its appending # each time, the graph is rendered. if i comment the chart rendering line in the javascript, its not appending as graph is not rendered. Regards, Ajith Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 31, 2007 Hi, search your code ... may be some where you have < a HREF="#" ...> Solution : < a HREF="void(0);" > CLICK HERE < /a > Share this post Link to post Share on other sites
Pallav Report post Posted November 2, 2007 Hi, Is it happening on all browsers? Share this post Link to post Share on other sites