heartless14
New Member
- Joined
- Oct 7, 2014
- Messages
- 9
Ok i was assigning an InternetExplorer instance to an object variable
using shellwindows
then i need to get an iframe inside of it
i already located the iframe and know how to get into that programatically
the problem is
when i assign it to an object variable i can't touch the .document
i tried iframe("example").contentDocument.. permission denied
i also tried iframe("example").contentWindow.document .. Permission denied
i also tried looping it because i might be assigning the document that's not yet there so i got that code error permission denied
like the one i saw in the internet in terms of researching the cause
but still no avail
can someone help me.. or tell me why we get permission denied on doin it so
really thanks
using shellwindows
then i need to get an iframe inside of it
i already located the iframe and know how to get into that programatically
the problem is
when i assign it to an object variable i can't touch the .document
i tried iframe("example").contentDocument.. permission denied
i also tried iframe("example").contentWindow.document .. Permission denied
i also tried looping it because i might be assigning the document that's not yet there so i got that code error permission denied
like the one i saw in the internet in terms of researching the cause
but still no avail
can someone help me.. or tell me why we get permission denied on doin it so
really thanks