ID:2195750
 
(See the best response by Kaiochao.)
Can I move the containing window/element of a byond skin element using javascript?

If I use browse() can I move the browse window (pop up) the page appears in using javascript methods?

If this is possible, can I move the container of a browse element using javascript?
I would assume so? The HTML5 Canvas is part of the DOM, so it should be able to be affected by styling in the same way as any other element.

I haven't really messed around with it, though. I don't work with the Canvas much, so someone with a little more experience will have to give you a definite answer.
Best response
The skin reference explains how to call winset through JavaScript.