Is it possible to always open Firefox to a known desktop location & size?
I have an environment where I open a number of windows for my application to specific locations on the desktop. The "help" features will open a Firefox browser instance with an appropriate local url. What I would like to do is specify the same initial starting location and size for the browser window upon startup.
Is this possible through a configuration or command line option? Is it possible to "lock" the position information that is saved on browser exit? I have tried the starting the browser specifying "-height nnn -width nnn" on the command line but this does not seem to do anything.
Thanks!
Chosen solution
by cor-elIn that version it may still work if you use a JavaScript window.open call to specify the position.
Read this answer in context 1Additional System Details
Installed Plug-ins
N/A
Application
- User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8; .NET4.0C; .NET4.0E)
More Information
N/A
Update to Firefox 10.0 and see how that is.
Question owner
Can't update, site requires this version.
Chosen Solution
In that version it may still work if you use a JavaScript window.open call to specify the position.
