Sign in to follow this  
RobRob

Pop-up Links not popping

Recommended Posts

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

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

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
Sign in to follow this