In Cognos viewer, when the report is rendered in html format, in IE, it looks like any html page. But when I do a 'View Source', how come I do not see the html in the view source? is there a way to turn it on?
Asked
Active
Viewed 343 times
0
-
I am not familiar with cognos, but regardless you should be able to view source of any page you are viewing. Some browser's view source is limited especially if content is loaded via javascript after the page has been created. If you have firefox -- you can make a selection on the page and "view selection source" which will reveal the source regardless if it was generated after page-load. – Ben Ashton Nov 13 '12 at 21:00
-
Thanks. But in firefox, when i right click on the page, i do not see 'View Selection Source'. I see 'View Page Source' and in my case when n i click it, it does not show me the full source? just the js file imports :( – Victor Nov 13 '12 at 23:08
-
You don't see "view selection source" when you select specific elements on the page? That option will be invisible until a selection is made. – Ben Ashton Nov 13 '12 at 23:14