js 新窗口打开

<script>
function tj(){
     window.open ('http://www.baidu.com', 'newwindow', 'height=500px, width=550px, top=100, left=650, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}
</script>

 

posted @ 2016-11-11 11:12  fleam  阅读(245)  评论(0编辑  收藏  举报