> On 20030723.2119, Roger said ... > > > Around Wed,Jul 23 2003, at 06:46, Bob Miller, wrote: > > I want my Mozilla windows to be exactly 792x572, and every now and > > then I accidentally catch a window by its grow bar and change its > > size. Then it's a slow, error-prone process to resize it back to > > exactly 792x592.
Type this in the address bar: javascript:window.resizeTo(width, height) Replace width and height with the numbers you want. Be prepared for mozilla to jump to position 0,0 of your window. If it doesn't work, you might have to adjust your javascript allow settings to allow javascript to resize existing windows. You might even be able to bookmark that and hit it whenever you goof. :) -Rob _______________________________________________ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
