How can a browser window know if it is a parent window or a child window using JavaScript?
I was hoping to make use of this in a conditional.
if(parentWindow){//..
Thank you for any help.
How can a browser window know if it is a parent window or a child window using JavaScript?
I was hoping to make use of this in a conditional.
if(parentWindow){//..
Thank you for any help.