IDForums Report post Posted January 31, 2010 Hi, I am using drill down capability to define a simple link on a chart to open a new window. How can I modify my code to open this link as a lytebox instead of a plain window? Here's my code: < set label='2009' value='4532822' link='P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-try.jsp' > Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 31, 2010 Hello, You can call a javascript function form the link. Now, in that functio you call the lytebox API function and pass the necessary values. You need to include the lytebox application file in the <head> Share this post Link to post Share on other sites