Hi I am new to programming and alfresco. I have a project where I am using alfresco share inside an iframe and in a normal browser page. What I wish to do is when alfresco is displayed in the iframe I remove the share-header feature (Menu and page name). I have tried to add a script in the 'share-header.get.js' <javascript>if (self !== top)</javascript> to check if the page is displayed in iframe but I get the error 'self' not defined. I know I might be doing everything wrong here and appreciate if you point me to the right direction.