Hi, Im using the following code to read a frame from a certain webiste. however, I am getting "access denied" error when I attempt it. is there any way to get around this
Dim frm As mshtml.HTMLWindow2Class
frm = DirectCast(obDC(1).frames.item(0), mshtml.HTMLWindow2Class)
temp = frm.document.activeElement.innerText
Dim frm As mshtml.HTMLWindow2Class
frm = DirectCast(obDC(1).frames.item(0), mshtml.HTMLWindow2Class)
temp = frm.document.activeElement.innerText