rfolk Report post Posted June 26, 2008 (edited) I have the following JavaScript in my page: function loadurl(url) { window.parent.location = url; } Here is the strXML var with the link in ASP: link='javascript:loadurl(index.asp);' also tried: link='javascript:loadurl('index.asp');' and: link='""javascript:loadurl('index.asp');'"" The click event on the map is not working. I'm trying to target the parent from an iFrame where the map is located. Any ideas? Edited June 26, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 27, 2008 Hi, I presume that you are using DataXML method. If so please use link='loadurl(%26apos;index.asp%26apos;);'. If you are using dataURL method please use link='loadurl('index.asp');' Share this post Link to post Share on other sites