|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/31/2007 4:29:32 AM
Posts: 1,
Visits: 5
|
|
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
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
| Hi, search your code ... may be some where you have < a HREF="#" ...> Solution : < a HREF="void(0);" > CLICK HERE < /a >
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Hi,
Is it happening on all browsers?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|