Hello all,
Just wondering why I'm getting a JavaScript Access Denied error when I make the below calls. The error actually shows up on the second line below:
var objFrame = document.frames("iFramesID");
var objFrameElement = objFrame.frameElement; - Access Denied error happens here.
The reason I know the it happens here is because I put alerts before and after each line and my alerts before and after line one goes off, but the alert after line 2 doesnt. When I expected it to, I get the Access Denied error. Thanks a bunch for your help...
Thanks,
Damann
Just wondering why I'm getting a JavaScript Access Denied error when I make the below calls. The error actually shows up on the second line below:
var objFrame = document.frames("iFramesID");
var objFrameElement = objFrame.frameElement; - Access Denied error happens here.
The reason I know the it happens here is because I put alerts before and after each line and my alerts before and after line one goes off, but the alert after line 2 doesnt. When I expected it to, I get the Access Denied error. Thanks a bunch for your help...
Thanks,
Damann