I am trying to use the openURL function to open a new browser window if an instance is already running. The browser opens up in some unknown size. Is there a way I can specify the size when using the openURL function ?
This is what I am trying
mozilla -height 200 -width 400 -remote "openURL(http://google.com, new-window)"
This does not open it in the size that I am specifying (200, 400) but some other size.
Any thoughts on how I can make it use the size specified with -height and -width???
Thanks a lot!
Yasir
UserAgent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

