js 打开新页面在屏幕中间的实现方法

前端之家收集整理的这篇文章主要介绍了js 打开新页面在屏幕中间的实现方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<div class="jb51code">
<pre class="brush:js;">
<a href="javascript:void(0)" onclick="window.open('//www.jb51.cc','newwindow','height=500,width=900,top='+Math.round((window.screen.height)/2<span style="font-family: Arial,Helvetica,sans-serif;">-250<span style="font-family: Arial,sans-serif;">)+',left='+Math.round((window.screen.width)/2<span style="font-family: Arial,sans-serif;">-450<span style="font-family: Arial,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no')">同意交换
<div class="jb51code">
<pre class="brush:js;">

function openwin(){ var width=Math.round((window.screen.width)/2); var height=Math.round((window.screen.height)/2 window.open('//www.jb51.cc','height=200,width=400,top='+height+',left='+width+',status=no') }

其中yes/no也可使用1/0;pixel value为具体的数值,单位象素。

参数取值范围说明关闭菜单栏的窗口中设安全退出热键中文档的像素高度中文档的像素宽度菜单栏是否可见包括装饰边框)的像素高度包括装饰边框)的像素宽度

以上就是小编为大家带来的js 打开新页面在屏幕中间的实现方法全部内容了,希望大家多多支持编程之家~

原文链接:https://www.f2er.com/js/44716.html

猜你在找的JavaScript相关文章