开发者

Fastest way to open a Maximized New Window using JavaScript/JQuery?

开发者 https://www.devze.com 2023-01-29 21:22 出处:网络
What\'s the fastest way to open a new window (Maxim开发者_高级运维ized) using JavaScript and/or JQuery that\'s preferably compatible with most browsers?<script type=\"text/javascript\">

What's the fastest way to open a new window (Maxim开发者_高级运维ized) using JavaScript and/or JQuery that's preferably compatible with most browsers?


<script type="text/javascript">

    window.moveTo(0,0);
    window.resizeTo(screen.width,screen.height);

</script>
0

精彩评论

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