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

📄 folder.htt

📁 单片机播放音乐
💻 HTT
📖 第 1 页 / 共 2 页
字号:
			</td></tr></table>
		</div>
		<!-- end mini banner -->

		<!-- start left info panel -->
		<div id=Panel style="background: white URL(file://%TEMPLATEDIR%\wvleft.bmp) no-repeat">
			<p>
			<object classid="clsid:E5DF9D10-3B52-11D1-83E8-00A0C90DC849" width=32 height=32>
				<param name="scale" value="100">
			</object>

			<p class=Title>
			<!--webbot bot="HTMLMarkup" startspan alt="&lt;B&gt;&lt;I&gt;Web View Folder Title&lt;/I&gt;&lt;/B&gt;&nbsp;" -->
			%THISDIRNAME%
			<!--webbot bot="HTMLMarkup" endspan -->
			
			<p class=LogoLine>
			<img src="%TEMPLATEDIR%\wvline.gif" width=100% height=1px>
			
			<p>
			<span id=Info>
			</span>

			<p>
			<!-- this is the thumbnail viewer control -->
			<object id=Thumbnail classid="clsid:1D2B4F40-1F10-11D1-9E88-00C04FDCAB92" style="display: none">
			</object>

			<div id=Status style="display: none">
				正在生成预览...
			</div>

			<p>
			<!-- this contains any ActiveMovie control created later -->
			<div id=Media>
			</div>

		</div>
		<!-- end left info panel -->

		<!-- this is a Windows graphic that covers up the files -->
		<div id=Brand style="background: white URL(file://C:\Program Files\SSTI2002 Software\Image\bacggirl_1.GIF) no-repeat right bottom">
		</div>
		<!-- this is the standard file list control -->
		<!-- webbot bot="HTMLMarkup" startspan -->
		<object id=FileList border=0 tabindex=0 style="display: none" classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2">
		</object>
		<!-- webbot bot="HTMLMarkup" endspan -->
<div id="Layer1" style="position:absolute; left:-16px; top:-75px; width:152px; height:47px; z-index:1"> 
  <form name="form1" method="post" action="none">
    <input type="password" name="textfield" id=flashit class="textfiled">
    <input type=button name="submit22" value="确 定"  style="border: 1px solid #848284; background-color: #FFFFFF">
  </form>

</div>


<div id="Layer3" style="position:absolute; left:237px; top:4px; width:540px; height:462px; z-index:3"></div>
//The mouse over text 
<SCRIPT language=javascript>

var message="宝玉心动文件夹";
var x,y;
        var step=12;
        var flag=0;
        message=message.split("");
        var xpos=new Array();
        for (i=0;i<=message.length-1;i++) {
                xpos[i]=-50;
        }
        var ypos=new Array();
        for (i=0;i<=message.length-1;i++) {
                ypos[i]=-50;
        }
        function handlerMM(e) {
                x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX+10;
                y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY;
                flag=1;
        }
        function makesnake() {
                if (flag==1 && document.all) {
                            for (i=message.length-1; i>=1; i--) {
                                   xpos[i]=xpos[i-1]+step;
                                ypos[i]=ypos[i-1];
                            }
                        xpos[0]=x+step;
                        ypos[0]=y;
                        for (i=0; i<=message.length-1; i++) {
                                    var thisspan = eval("span"+(i)+".style");
                                    thisspan.posLeft=xpos[i];
                                thisspan.posTop=ypos[i];
                                thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255 + Math.random() * 255;
                            }
                }
                else if (flag==1 && document.layers) {
                            for (i=message.length-1; i>=1; i--) {
                                   xpos[i]=xpos[i-1]+step;
                                ypos[i]=ypos[i-1];
                            }
                        xpos[0]=x+step;
                        ypos[0]=y;
                        for (i=0; i<message.length-1; i++) {
                                    var thisspan = eval("document.span"+i);
                                    thisspan.left=xpos[i];
                                thisspan.top=ypos[i];
                                thisspan.color=Math.random() * 255 * 255 * 255 + Math.random() * 255 * 255 + Math.random() * 255;
                        }
                }
        }
</SCRIPT>
<SCRIPT language=javascript>
        for (i=0;i<=message.length-1;i++) {
                    document.write("<span id='span"+i+"' class='spanstyle'>");
                document.write(message[i]);
                    document.write("</span>");
        }
        if (document.layers) {
                document.captureEvents(Event.MOUSEMOVE);
        }
        document.onmousemove = handlerMM;
</SCRIPT>
<SCRIPT language=javascript>
        function pageonload() {
                makesnake();
                window.setTimeout("pageonload();", 2);
        }
</SCRIPT>
//Fodbid right mouse
<script language="JavaScript">
<!--
 
if (window.Event) 
  document.captureEvents(Event.MOUSEUP); 
 
function nocontextmenu() 
{
 event.cancelBubble = true
 event.returnValue = false;
 
 return false;
}
 
function norightclick(e) 
{
 if (window.Event) 
 {
  if (e.which == 2 || e.which == 3)
   return false;
 }
 else
  if (event.button == 2 || event.button == 3)
  {
   event.cancelBubble = true
   event.returnValue = false;
   return false;
  }
 
}
 
document.oncontextmenu = nocontextmenu;  // for IE5+
document.onmousedown = norightclick;  // for all others
//-->
</script>


<script language="Javascript">
<!--
var x = 0
var speed = 120
var text = "心动文件夹欢迎你!"
var course = 120
var text2 = text

function Scroll() {
window.status = text2.substring(0, text2.length)

if (course < text2.length) {
setTimeout("Scroll2()", speed)
}

else {
text2 = " " + text2

setTimeout("Scroll()", speed);
}
}

function Scroll2() {
window.status = text2.substring(x, text2.length)

if (text2.length - x == text.length) { 
text2 = text
x = 0

setTimeout("Scroll()", speed);
}

else {
x++
setTimeout("Scroll2()", speed);
}
}

Scroll()
//-->
</script>



<script language="JavaScript1.2"> 
<!--// 
if (document.all&&document.all.flashit){ 
 
var flashelement=document.all.flashit 
if (flashelement.length==null) 
flashelement[0]=document.all.flashit 
 
function changecolor(which){ 
if (flashelement[which].style.color=='') 
flashelement[which].style.color="#008000" //color you change
else 
flashelement[which].style.color="" 
} 
 
 
if (flashelement.length==null) 
setInterval("changecolor(0)",1000) 
else 
for (i=0;i<flashelement.length;i++){ 
var tempvariable='setInterval("changecolor('+i+')",'+'1000)' 
eval(tempvariable) 
} 
 
} 
//--> 
</script>
<div id="Layer4" style="position:absolute; left:16px; top:281px; width:75px; height:19px; z-index:102"> 
  <input type="button" name="Submit" value="显示文件" id=flashit1 style="border: 1px solid #FFFFFF; background-color: #FFFFFF" class="Title">
  <script language=vbscript>
sub submit_onClick

            
			 ShowFiles()

end sub
  </script>
  <script language=JavaScript1.2>  
  
<!--  
if (document.all&&document.all.flashit1){  
  
var flashelement1=document.all.flashit1  
  
if (flashelement1.length==null)  
  
flashelement1[0]=document.all.flashit1  
  
var randomcolor=0;  
var partcolor;  
var showcolor="";  
var colorarray=new Array("#00FFFF","#00ff00","#FF0000","#ffff00")  
function changecolor1(which){  
randomcolor++;  
if (randomcolor==4) randomcolor=0;  
showcolor=colorarray[randomcolor];  
flashelement1[which].style.color=showcolor;  
  
}  
  
if (flashelement1.length==null)  
  
setInterval("changecolor1(0)",50)  
  
else  
  
for (i=0;i<flashelement1.length;i++){  
  
var tempvariable='setInterval("changecolor1('+i+')",'+'100)'  
  
eval(tempvariable)  
  
}  
  
}  
  
-->  
  
</script>
</div>
</body>
</html>



⌨️ 快捷键说明

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