rad1um Posted October 3, 2006 Posted October 3, 2006 I open a webpage with a frame in it, with _IECreate(). The frame has not the same domain as the webpage in which it lies, so the sandbox respectively private origin policy of IE has to be considered. However, i tried to get the url the frame is displaying by getting the frame with _IEGetFrameCollection and then applying a _IEGetProperty("locationurl") to this frame. But because of the sandbox, autoit crashes. However , I think because the url and frame belongs actually to the webpage, and not to the frame's content, it should somehow be possible to get the url of the foreign frame, but how? Thx in advance Axel
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now