⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 openwindow.js

📁 如何用正确的方法来写出质量好的软件的75条体会
💻 JS
字号:

function callpage(htmlurl) { 
var  newwin=window.open(htmlurl,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=0,resizable=no,top=100,left=80,width=184,height=220"); 
newwin.focus(); 
return false; 
} 


function callpage2(htmlurl) { 
var  newwin=window.open(htmlurl,"fevorites","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=10000,left=10000,width=1,height=1"); 
newwin.focus(); 
return false; 
} 

function Openmemberinfo(htmlurl){
var memberinfowin=window.open(htmlurl,'info','scrollbars=1,resizable=1,height=202,width=368,left=100,top=0');
memberinfowin.focus();
return false
}

function OpenQQ(htmlurl){
var memberinfowin=window.open(htmlurl,'','scrollbars=1,resizable=1,height=202,width=368,left=100,top=0');
memberinfowin.focus();
return false
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -