Good day, evenings or evenings, I have the doubt of whether it is possible to run functions from an iframe, the situation is the following, in my work we provide a chat service but the page where we attend the chats has 2 windows to attend the chats, one of them is protected with iframe and the other does not, making tests I see that a function in js runs on both pages, then I program a page in which I have an iframe and in that iframe is the chat page that does not is protected by the iframe, the question is that the page that is protected from the iframes has the button that changes your status from online to ofline and vice versa, that button triggers the following function "javascript: PortalUI.userStatus.saveStatus (this); " and I realize that by concola I can run the function on the other page that does not have the button, my question is if from my page I can integrate a button that by clicking you run that function