Pop-up window with pre-defined size

I just want to ask how can i open a html adress as a popup window? I am not talking about another timeline. I need to use with some chat embed code/web adress with a button to change window of chat panel position while live stream is happening.

Do you mean as a new shaped window or a div on you scene

Actually new browser window but in a spesific size (which is resizable by user)

On Mouse Click Action -> Run Javascript

window.open('https://www7.cbox.ws/box/?boxid=813408&boxtag=fw0hPf&sec=main','cbox','resizable,height=600,width=800')

cbox.hype.zip (17.3 KB)

4 Likes

Thank you Mark! You did it! Just like i want!

1 Like