---
title: "What does the \"Access is Denied\" IE error mean?"  
description: "What does the \"Access is Denied\" IE error mean?"  
author: "Anonymous User"  
published: 2011-02-28  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/364/what-does-the-access-is-denied-ie-error-mean  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# 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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/364/what-does-the-access-is-denied-ie-error-mean

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
