Forum Moderators: open
This is done the same way as you would from a webpage, use javascript and window.open and pass in the window dimensions:
on (release) {getURL("javascript:window.open('http://www.example.com',
'windowName','location=1,status=1,scrollbars=1,
width=800,height=600');");}
HTH
[edited by: BlobFisk at 4:20 pm (utc) on May 17, 2007]