Arindam

How make a link to new page or pupup window?

Recommended Posts

I' tried link in <marker> element. It's can work in server side even can't link to other web, whatever.

But the link will connect to other page with no new window.

Is there any way can use link in <marker> element to open a new window or same like pupup window?

Thanks :)

Share this post


Link to post
Share on other sites

One more is I tried everythings with javascript that FusionCharts Team supported in forum.

But it's not work. My code is very simple like below

 

1. link='JavaScript: openwindow()'   -> not work and no erro.

2. link='openwindow();'    -> erro : can't find file like "openwindow();"

3. link='JavaScript: window.open("test.html")' -> not work and no erro.

4. link='test.html'  -> work. but this is not a new window or pupup.

 

and I used DataXML to draw chart, the chart is showing well but can't make a new window link.

please help me ~~~~T.T

Share this post


Link to post
Share on other sites

I haven't seen ana answer to this. I guess it will be obvious when I see it.

I have tried, in the xml output,

<entity id='001' link='javascript:onClick="window.open('http://www.petercox.com', 'window_name','width=5 height=600'); return false;'  />

but when I update the map it says 'invalid xml'

What is the right way to do this?

thanks

Clive

Share this post


Link to post
Share on other sites

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now