FusionCharts for Dreamweaver - Developer Edition Forum


box FusionCharts for Dreamweaver - Developer Edition
FusionCharts is a Dreamweaver Charting Extension that can be used to render data-driven & animated charts for web applications and presentations. FusionChartsDW is a cross-browser and cross-platform solution that can be used with ASP.VB, PHP, and ColdFusion to deliver interactive and powerful flash charts.

Find out more about FusionCharts for Dreamweaver - Developer Edition

Thread: Open in a new window

title left
User Details
message
title right
Iwan Bronkhorst

post date:
2010-11-24 08:01:06
I use some charts in a iframe and want them to open ("on click") in a new browser window (Target="_blank"), instead of the iframe. Any suggestions how to do this?

Regards, Iwan
Andrei Rinciog [Extend Studio]

post date:
2010-11-25 09:04:53
Hello Iwan,

Target "_blank" should make the link open in a new browser page. Weird that it doesn't do so. You use a single link on the whole chart or you use a separate link on each category?

Regards,
Andrei Rinciog
Iwan Bronkhorst

post date:
2010-11-25 12:41:56
Hi Andrei,

In the configuration file (fc_FusionChart1_data.php) I added an url to open 'onclick'. But, there's no 'target' option. I want to open a different page in a new window, outside the iFrame.

So, where do I add 'Target=_blank"?

Regards, Iwan

Andrei Rinciog [Extend Studio]

post date:
2010-11-26 04:37:10
Hello,

I understand that you use the "clickURL" parameter. Instead of another parameter for target, you can set the way the link opens by using a prefix.

For a new window you need to use: "N-".

So, the final url would be: N-[your_url].

You can read more about links and prefixes here:

http://www.fusioncharts.com/docs/DrillDown/LinkFormat.html

Regards,
Andrei Rinciog
Iwan Bronkhorst

post date:
2010-12-03 00:26:21
Hello Andrei,

Thanks for your support, this works very well.

Regards,
Iwan Bronkhorst