RobRob Report post Posted April 29, 2009 Hi, I'm having a problem with the code to create a pop-up window on pie-chart pieces. I'm creating the XML for the chart in VB.NET and in the set field I add the line: link='P-detailsPopUp,width=400,height=300,toolbar=no,scrollbars=no,resizable=no-" & Server.UrlEncode("/../../Reports/ProductOrders.aspx?Prod=" & tRow.Cells(0).Text) & "' />" The problem is that the navigation is fine, but it doesn't open a new window to do it. Please help! Share this post Link to post Share on other sites
Dhruva Report post Posted April 30, 2009 Hello, Welcome to the forum. Is the page opening in the same window, then? Share this post Link to post Share on other sites
RobRob Report post Posted April 30, 2009 Hi Dhruva , Thanks for the welcome. Yes, the link opens in the same tab in both Firefox and IE 7. Thanks, Rob -- Share this post Link to post Share on other sites
RobRob Report post Posted April 30, 2009 Hi. I've solved my own problem. Thanks for your time. Rob -- Share this post Link to post Share on other sites
Dhruva Report post Posted May 4, 2009 Glad to know. And you're most welcome. Share this post Link to post Share on other sites