cross-browser resize browser window in JavaScript

前端 未结 3 391
忘掉有多难
忘掉有多难 2020-12-01 07:50

I would like to be able to resize the browser window with JavaScript. I don\'t want to use jQuery, and the smaller the code the better, but it has to work in all of the majo

3条回答
  •  醉梦人生
    2020-12-01 08:38

    There is no way for a web page to resize the main browser window in Chrome. JavaScript code is only permitted to resize popup windows.

提交回复
热议问题