new html window

Upon clicking, an object opens a html pop up window.
Is there a way I can open this popup window, to a specific size and without toolbars ???

Yea - just do the appropriate browser-oriented javascript commands inside your ExternalEval argument.

I’ve used that to resize a frame and write html into it, so I don’t see why you wouldn’t be able to do the window thing.

on the majority of the systems: no
Because creating popup and resizing windows is commonly blocked by browser security default setting

Maybe instead of a real popup, try a draggable DIV, and add close/resize/minimize functions.

As this is in-page it won’t be blocked.

Leepo, Can you please elaborate/ explain ??? :shock:

Angry Ant -
This is a sitepal link. Hence if the browser prevents a popup, the sitepal should play alongside the unity3d file.

http://dhtmlpopups.webarticles.org/

-Jeremy