|
-
June 9th, 2009, 06:09 AM
#1
[Help]VB6 + Webbrowser + Iframes + Different Domains]
1 - The Situation:
I'm Using "Visual Basic 6"
I'm Using "Webbrowser Control"
I'm Using "Microsoft HTML Object Library"
====================================================
2 - What I Want:
*Acees objects (buttons, links, etc) on a IFRAME
*Get all links for example, click in links, etc...
This is easy... but...
===================================================
3- THE PROBLEM:
The page A is in www.abc.com
The page B is in www.xyz.com
The Page A contains one iframe to page B
I Can't acess elements in Iframes with diferrent domains using normal methods.
====================================================
4 - Example:
PAGE A.html (www.abc.com/PageA.html) ==>
<html>
<body>
THIS IS THE PAGE A!<Br>
PAGE A contains one Iframe to PAGE B!<br>
<Iframe id="PageB" name="PageB" src="http://www.xyz.com/PageB.html">
</body>
</html>
====================================================
For example, if a try to get links of page B (iframe) pufff...
"{"Access Denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}"
====================================================
5 - The phrase for the more experienced are:
Nothing is impossible! you know!
How can I then perform this procedure?
Thanks
====================================================
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|