Fastest way to open a Maximized New Window using JavaScript/JQuery?
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>
精彩评论