If you are running in a standalone, there is a system call you can use to open a browser window. Can’t remember it offhand, but GC:Palestine uses it for online docs, so I know it works.
If you’re already in a browser, you can call a javascript function in the HTML page. This can then open another window.
It will be opened in the same window. You can try just executing some javascript (via ExternalEval) to open a new window; but I think that can be hard on most browsers - they do have popup killers nowadays.
Hey, Thanks for the response. Its going to be a web plugin version and we can let customers know to turn on off the popup blocker. Cool to know you can call an inline javascript function.