How to move and resize the browser's window in Opera and Chrome?

后端 未结 1 381
挽巷
挽巷 2021-01-19 23:15

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

相关标签:
1条回答
  • 2021-01-19 23:38

    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).

    0 讨论(0)
提交回复
热议问题