iFrameSample.html 1.1 KB

12345678910111213141516171819202122232425262728
  1. <!-- Licensed Materials - Property of IBM
  2. IBM Cognos Products: Cognos Analytics
  3. (C) Copyright IBM Corp. 2016, 2017
  4. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. -->
  6. <!doctype html>
  7. <html lang="en">
  8. <head>
  9. <meta charset="utf-8">
  10. <title>Sample Page with Embedded iFrames</title>
  11. <meta name="description" content="Embedded iFrames">
  12. </head>
  13. <body>
  14. <h1>Sample Page with Embedded iFrames</h1>
  15. <p>This is the page with embedded iFrames. The pre-login sample page is <a href="preLoginSample.html">here</a><br/>
  16. Without logging in previously, both iFrames will display the login page.<br/>
  17. Performing a previous login to CA or using the Cognos Public API will ensure all iFrames load their content.</p>
  18. <div style="display:inline-block">
  19. <iframe src="/../bi?perspective=home&ui_appbar=false&ui_navbar=false" width="600" height="480"></iframe>
  20. </div>
  21. <div style="display:inline-block">
  22. <iframe src="/../bi?perspective=home&ui_appbar=false&ui_navbar=false" width="600" height="480"></iframe>
  23. </div>
  24. </body>
  25. </html>