show.js

来自「∷源码简介∷ 简介: 本程序采用php+mysql构建。运行速度更快,更安」· JavaScript 代码 · 共 34 行

JS
34
字号
function MM_openBrWindow(theURL,winName,features) { //v2.0
  mediaWindow = window.open(theURL,winName,features);
  mediaWindow.focus();
}
IEver=navigator.appVersion.substring(navigator.appVersion.indexOf('MSIE')+5,navigator.appVersion.indexOf(';',17));
if(IEver=="6.0")
    {
      ie6 = true;
      width_add = 10; 
      height_add = 29;
      hand_add = -14;
    }
else
    {
      ie6 = false;
      width_add = 0;
      height_add = 0;
      hand_add = 0;
    }
function OpenWindow(openurl)
{
   var paramet = 'toolbar=no,width=512,height=400,location=no,status=no,scrollbars=no,menubar=no,resizable=yes';
   newWindow = window.open(openurl,"jdzcnnet",paramet);
   newWindow.focus();
}

function play(id)
{
    OpenWindow('../play.php?jdzcn_net_urlid='+id);
}
function down(id)
{
	OpenWindow('../down.php?jdzcn_net_urlid='+id);
}

⌨️ 快捷键说明

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