If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to close cognos viewer using javascript

Started by arroju_venkat, 02 Jan 2014 05:19:22 AM

Previous topic - Next topic

arroju_venkat

Hi,

How to close cognos viewer using javascript ....



BigChris


arroju_venkat

Hi,

HTML format of  report out put should be closed on clicking the text/ button/image present on the report page.



navissar

Before your image/text/whatever add an html item with:
<span onclick="window.close();">
after drag an HTML Item and put in </span>

8)