Open a Lightbox when Chatbox is minimized

@contacto49959
It is possible!
As you can see —> It is the MASTER-PAGE!
You just have to figure out how to get the right “CURRENT-PAGE”.

Do it like that…—> pseudo-code…(on/in MASTER-PAGE)

if(page5) {run my code for ChatBox}
else {do nothing}

This would only run on page-5.