I know what window
is, and also self
from this question, but what about parent
and top
, and how do they relate to window
and self
? What do parent
and top
point to?
From anchor tags, it seems like parent
means the window
that is iframing the current window
, and top
references the topmost window
, for example if the parent
is also being iframed inside an iframe
. Is this true
?