javascript - How to move and resize the browser's window in Opera and Chrome? -
i looking way resize , move browser's window , i've found these:
self.resizeto(w, h)
, self.moveto(x, y)
- seems work perfectly, in firefox , ie (tested ie8, don't know how works in previous versions). how can force same behavior (resizing , moving) in opera , chrome? in these browsers above solution not work @ all. nothing happens , nothing appears in error console.
in opera , chrome can use window.resizeto(w,h);
won't affect maximized tabs (so can move , resize popups).
Comments
Post a Comment