var metaTags = window.parent.document.getElementsByTagName("meta"); console.log("hello"+metaTags.length);
My script is running in an iframe and I am not able to access the parent documents meta tags.The funning thing is nothing is getting printed on console.Not even Hellonull or something.
Thanks in advance Swaraj