DEVFYI - Developer Resource - FYI

What does the "Access is Denied" IE error mean?

JavaScript Interview Questions and Answers


(Continued from previous question...)

29. What does the "Access is Denied" IE error mean?

The "Access Denied" error in any browser is due to the following reason.
A javascript in one window or frame is tries to access another window or frame whose
document's domain is different from the document containing the script.

(Continued on next question...)

Other Interview Questions