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

📄 放大镜链接.txt

📁 这个是 Java Script特效(新),
💻 TXT
字号:
先将下列代码复制到<head></head>之间:

<SCRIPT>
<!--
function displayWindow(url,toolbarS)
{
  AllWidth = screen.width;
  AllHeight = screen.height;
  if (document.all)
  {
    IENSW=-9;
    IENSH=-10;
    IENSX=67;
    IENSY=85;
  }
  else
  {
    IENSW=-1;
    IENSH=-6;
    IENSX=68;
    IENSY=81;
  }
// 800*600 : 590*410
  width=AllWidth-60-140-10+IENSW;
  height=AllHeight-60-60-70+IENSH;

// Toolbar (yes/no) START #####################
  var HeadUrl='http://';
  var urlTemp;
  urlTemp=url.substring(0,7);
  if (document.all)
  {
    toolbarHeight=42;
  }
  else
  {
    toolbarHeight=43;
  }
  
  if(toolbarS=='No')
  {
    win2 = window.open("","_blank",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,toolbar=no');  
  }
  else if(urlTemp==HeadUrl)
  {
    win2 = window.open("","_blank",'width=' + width + ',height=' + (height-toolbarHeight) + ',resizable=0,scrollbars=yes,menubar=no,toolbar=yes');
  }
  else
  {
    win2 = window.open("","NewWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,toolbar=no');
  }
// Toolbar (yes/no) END #######################

  win2.moveTo(IENSX,IENSY);
  win2.focus();
  win2.location.href=url;
//  win2 = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
//  win2.moveTo(IENSX,IENSY);
}
function gotourl(TheForm)
{

  jsurladdr=TheForm.urladdr.value;
  jsurladdrTemp=jsurladdr.substring(0,7);
  if(jsurladdrTemp=='http://')
  {
    displayWindow(jsurladdr);
  }
  else
  {
    displayWindow('http://'+jsurladdr);
  }
  return false;
}

function fhplogin(urlfhp,widthfhp,heightfhp)
{
  TipAWidth = screen.width;
  TipAHeight = screen.height;
  if (document.all)
  {
    if(TipAHeight>480)
    {
      fhpbarHeight=80;
    }
    else
    {
      fhpbarHeight=88;
    }
  }
  else
  {
    if(TipAHeight>480)
    {
      fhpbarHeight=75;
    }
    else
    {
      fhpbarHeight=83;
    }
  }
  PlaceWidth=(TipAWidth-190-(350/2))/2-35-(16);
  iMHeight=(TipAHeight-60-60-200)/2-40+(fhpbarHeight);
  if(iMHeight<48) iMHeight=48;

  winfhp=window.open("","_blank",'width=' + widthfhp + ',height=' + heightfhp + ',resizable=0,scrollbars=no,menubar=no,toolbar=no');  
  winfhp.moveTo(PlaceWidth,iMHeight);
  winfhp.focus();
  winfhp.location.href=urlfhp;
}
//-->
</SCRIPT>
<STYLE type=text/css>A {
	COLOR: black; FONT-SIZE: 9pt; FONT-STYLE: normal; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #ff0000; FONT-SIZE: 15pt; FONT-STYLE: normal; TEXT-DECORATION: blink
}
A:active {
	COLOR: #ff00ff; FONT-SIZE: 5pt; FONT-STYLE: italic; TEXT-DECORATION: overline
}
</STYLE>


再将下列代码复制到<body></body>之间:
<DIV align=center>
<CENTER>
  </CENTER>
</DIV>
<P align=center><font size="4"><A 
href="javascript:displayWindow('http://justww.126.com','newtiphelp')">魏炜个人网</A></font><BR>
  <A 
href="javascript:displayWindow('http://justww.home.chinaren.com/poem.htm','newtiphelp')">纯真年代</A><BR><A 
href="javascript:displayWindow('http://justww.home.chinaren.com/123.htm','newtiphelp')">数字新干线</A><BR><A 
href="javascript:displayWindow('http://javaer.126.com','newtiphelp')">JAVA八爪鱼</A><BR><A 
href="javascript:displayWindow('http://javaer.home.chinaren.com/2index.htm','newtiphelp')">JAVA八爪鱼·梅开二度</A><BR><A 
href="javascript:displayWindow('http://justchina.home.chinaren.com','newtiphelp')">就是中国</A><BR></P>

⌨️ 快捷键说明

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