access denied

leontager

Well-known member
Joined
Jun 17, 2003
Messages
89
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
 
If the security has been deliberately put in place, then getting round it would probably illegal.
 
Back
Top