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

📄 图片转换链接.txt

📁 JAVASCRIPT代码包 自己看看吧,很多都是比较好的脚本
💻 TXT
字号:

先将下列代码复制到<head></head>之间:
<SCRIPT language=JavaScript> 

      <!-- hide 

      browserName = navigator.appName; 
      browserVer = parseInt(navigator.appVersion); 
      browser = "NotOk"; 
	previous=0;

      if (browserName == "Netscape" && browserVer >= 3) { browser = "ok"} 
      if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) { browser =
      "ok"} 

      if (browser == "ok") { 

           link1= new Image(); link1.src = "link01.gif"; 
           link1on = new Image(); link1on.src = "link05.gif"; 
           link2= new Image(); link2.src = "link02.gif"; 
           link2on = new Image(); link2on.src = "link04.gif"; 
           link3= new Image(); link3.src = "link03.gif"; 
           link3on = new Image(); link3on.src = "link02.gif"; 
           link4= new Image(); link4.src = "link04.gif"; 
           link4on = new Image(); link4on.src = "link03.gif"; 
           link5= new Image(); link5.src = "link05.gif"; 
           link5on = new Image(); link5on.src = "link01.gif"; 
          
      }

      function swap(imgName,select) 
      { if (browser == "ok") {imgOn = eval(select+ ".src"); 
      document.images[imgName].src = imgOn; }} 





function expl(what) {

if (what == 'dup') {
	alert('To duplicate a layer: \n Click and hold the layer thumbnail of the  layer to be duplicated and drag it to the new layer button on the layers palette.') }
if (what == 'inv') {
	alert('To inverse the color: \n Press CTRL + I') }
if (what == 'sel') {
	alert('To load a selection on the contents of the current layer: \n Go to SELECT > LOAD SELECTION then hit the ok button') }
if (what == 'fil') {
	alert('To fill a selection: \n Press Shift + F5 then use the dialog box for the fill settings') }
if (what == 'dis') {
	alert('To displace contents of a layer is to move the contents of the layer depending on the number of pixels indicated and direction using the move tool and the arrow keys') }
if (what == 'uns') {
	alert('To unselect: \n Press CTRL + D')}
if (what == 'exp') {
	alert('To expand a selection: \n Go to SELECT>MODIFY>EXPAND and specify the number of pixels to expand the selection')}
if (what == 'con') {
	alert('To contract a selection: \n Go to SELECT>MODIFY>CONTRACT and specify the number of pixels to contract the selection')}
if (what == "cpy") {
	alert("To Load an image to the clipboard: \n Press CTRL A + Press CTRL + X \n this will copy the contents of the current layer or image to the clipboard")}
if (what == "cir") {
	alert("To create a perfect CIRCULAR selection: \n Select the Elliptical Marquee tool (Press M) or use the tool bar. then Drag the mouse while holding the SHIFT key to create the circular selection.")}
if (what == "ivs") {
	alert("To inverse a selection: \n Press CTRL + SHIFT + I")}


}	

//-->
</SCRIPT>




再将下列代码复制到<body></body>之间:
<DIV id=Layer3 
style="height: 40; left: 129; position: absolute; top: 82; width: 510; z-index: 5">
<TABLE border=0 cellPadding=0 cellSpacing=0>
  <TBODY>
  <TR>
    <TD valign="top"><A href="http://www.chinawz.com/yxls/html/yxjj.htm" 
      onmouseout="swap('bar1','link1')" onmouseover="swap('bar1','link1on')" 
      target=_self><IMG border=0 height=30 name=bar1 
      src="link01.gif" width=100><BR></A></TD>
    <TD><A href="http://www.chinawz.com/yxls/html/lsjs.htm" 
      onmouseout="swap('bar2','link2')" onmouseover="swap('bar2','link2on')" 
      target=_self><IMG border=0 height=30 name=bar2 
      src="link02.gif" width=100><BR></A></TD>
    <TD><A href="http://www.chinawz.com/yxls/html/fwfw.htm" 
      onmouseout="swap('bar3','link3')" onmouseover="swap('bar3','link3on')" 
      target=_self><IMG border=0 height=30 name=bar3 
      src="link03.gif" width=100><BR></A></TD>
    <TD><A href="http://www.chinawz.com/yxls/html/lxfs.htm" 
      onmouseout="swap('bar4','link4')" onmouseover="swap('bar4','link4on')" 
      target=_self><IMG border=0 height=30 name=bar4 
      src="link04.gif" width=100><BR></A></TD>
    <TD><A href="http://www.chinawz.com/yxls/html/xxfk.htm" 
      onmouseout="swap('bar5','link5')" onmouseover="swap('bar5','link5on')" 
      target=_self><IMG border=0 height=30 name=bar5 
      src="link05.gif" width=100></A></TD></TR></TBODY></TABLE></DIV>

⌨️ 快捷键说明

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