Context: Child (Same Domain)
I am being viewed as a child, through a parent, on the same domain. I should have access to my parent's objects and properties, and my parent should have access to mine.
Contextual Error:
I am not being viewed in a child context. This page is intended to demonstrate the ability of JavaScript to access elements across a parent child relationship.
Click here to view me in a parent/child context.
Context: Child (Different Domain)
I am being viewed as a child, through a parent, but not on the same domain. This means I should not have access to my parent's objects and properties, and my parent should not have access to mine.
Test data:
Use Try/Catch (uncheck to see error through JavaScript console instead.)