Hi,
I have a HTML file "feedtest.html" which using Google API fetches feeds.
I display this file in the metro app using Iframe as
<iframe id="contentframe" name="targetFrame" src="ms-appx-web:///feedtest.html">
How can I acces the content displayed in the Iframe i.ethe feeds displayed.
-Lalit