2

How could we find the styleSheets of a page which is inside any iframe.

<iframe id="#iframe" src="view_page.php" 
style="transition: none 0s ease 0s;" width="750" height="899"></iframe>

console.log(document.styleSheets); 

The above thing will work if page is loaded in browser without iframe. document.styleSheets will give an array of StyleSheets, included in file. But, it doesn't work when page is inside iframe.

0 Answers0