I know there have been numerous posts about this issue and that to solve the problem I should try an open the frame being referenced in a new IE window but this is not possible and would break the script (I need access to all frames at the same time).
However I was wondering why my code works flawlessly on windows 7, but on windows 8 and windows 10 preview it gives the access denied.
To give a little insight as to what I am doing, I am scripting outlook webmail so that I can click a button to forward a mail and append a subject to the subject line. This script is working 100% on windows 7 and like I said giving an access denied when I try to read info from a frame on windows 8 and 10. see some example code below for where the access denied is being thrown.
What settings can I change to fix the issue. I turned off XSS and I have tried numerous other settings changes to no avail. A few months ago this script was working fine in windows 8. Im wondering if there was an update than changed access to IE. Any help would be appreciated