开发者

How do I instruct the browser to open at a specific size?

开发者 https://www.devze.com 2023-02-11 04:03 出处:网络
Is there a way to tel开发者_开发百科l the browser to open the page at some dimension other than full screen?You can use javascript. There is:

Is there a way to tel开发者_开发百科l the browser to open the page at some dimension other than full screen?


You can use javascript. There is:

window.open ("http://www.javascript-coder.com","mywindow","menubar=1,resizable=1,width=350,height=250");

or:

window.resizeTo( w,h )
0

精彩评论

暂无评论...
验证码 换一张
取 消