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

 Posted by Bharathi Cherukuri on 6/18/2012 | Category: JavaScript Interview questions | Views: 4475 | Points: 40
Answer:

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


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response