I was looking for a way to resize and move the browser\'s window and I\'ve found these: self.resizeTo(w, h) and self.moveTo(x, y) - this seems
self.resizeTo(w, h)
self.moveTo(x, y)
In Opera and Chrome you can use window.resizeTo(w,h); but it won't affect maximized tabs (so you can only move and resize popups).
window.resizeTo(w,h);