Hello list,

I am trying to change the size of a browser when opening an url from the
extension that I am working on now.
dreamweaver.browseDocument() doesn't seem to have this feature.

I also tried javascript window.open(sURL, 'IExplore 6.0', 'height=100,
width=100'). When I am trying to specify the size of the browser, the DW opens
its help documentation. Very weird. If i don't specify the size, the browser
will be opened properly with the maximum size(in Firefox). IE actually will
resize itself to fit the content of the url. Any lead?