let SW = screen.availWidth;
let SH = screen.availHeight;
let SX = (SW - 1000)/2;
let SY = (SH - 1000)/2;
let W = 800;
let H = 750;
let win = window.open('你的domain或者community的前缀'+target+'?object='+你的object名,'OpenWin','left='+SX+',top='+SY+',Width='+W+',height='+H+',resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no');
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme