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

📄 index.html

📁 用AJAX制作的一个超强桌面
💻 HTML
字号:
<html>
<!--

  xWindows for Laputa System
  auther: Jangogo Chan Q108112937
  copyright: 4Fang Technology 广州海然数码科技有限公司
  date created : 2006-12-08


-->
<head>
<meta name="keywords" content="四方软件,财务软件,四方财务软件,四方财务管理系统,广州海然数码科技有限公司,4fang">
<meta name="DEscription" content="财务软件,这里提供最简单实用的财务软件,简单易用,简单实用,四方财务管理系统,专业化财务软件,企业管理软件,广州海然数码科技有限公司">
<title>Laputac。四方软件--简单实用的就是最好的!</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="xwin.css" id="xwincss" rel="stylesheet" type="text/css" />
<script language="javascript" src="laputaxWinChild.js"></script>
<script language="javascript" src="laputaxWinMain.js"></script>
<script language="javascript">
//保持用户一直在线
window.setInterval("keeponline()",300000);
var oURL="laputa.asp?WCI=robot&WCE=online&a=l";
var xhttp;
function keeponline(pi){
  if(!xhttp)xhttp=Ajax.getHttp();
  if(xhttp){  
     try{xhttp.abort();}catch(ex){}
     var URL=oURL;
     if(pi)URL=URL+"&i="+pi;
     xhttp.open("GET",URL ,true);
	 xhttp.onreadystatechange=function(){
	   if(xhttp.readyState==4){
	      var sHtml='';
	      var xD=xhttp.responseXML;
	      var a1=xD.getElementsByTagName("C")[0].text;
	      a1=a1.split(",");
	      sHtml= a1[0]+" online";
              try{
	      window.frames["ModuleFrm"].$("onlineDiv").innerHTML=sHtml;
              }catch(ex){}
	    }
	 };
	 xhttp.send(null);
  }
}


function init(){
  initXwin();
}



function showMainWin(){
   if($("ModalMaskFrm").style.display!="none")return;
   $("ModuleFrm").style.zIndex=zInxTop+1;
}

function showStartMenu(){
  if($("ModalMaskFrm").style.display!="none"){
    hideStartMenu();
    return;
  }
  $("ModuleFrm").style.zIndex=0;
  with($("StartMenuFrm").style){
    display="";
    left="0px";
    top=$("TaskBarDiv").offsetTop-$("StartMenuFrm").offsetHeight+"px"; 
    zIndex=zInxTop+1;
  }
}
function hideStartMenu(){
  //with( ){
    $("StartMenuFrm").style.display="none";
    //left="0px";
    //top=$("TaskBarDiv").offsetTop-$("StartMenuFrm").offsetHeight+"px"; 
  //}
}

</script>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"  style="border:0;overflow:hidden;" SCROLL=NO onLoad="init();">

<iframe style="position:absolute;left:0;top:0;border:0;overflow:hidden;width:100%;height:100%" name="ModuleFrm" src="desktop.html"></iframe>

<div  style="display:none;FILTER:Alpha(Opacity=0);opacity:0;position:absolute;left:0;top:0;border:0;overflow:hidden;width:100%;height:100%" id="MaskDivB">
<iframe style="left:0;top:0;border:0;overflow:hidden;width:100%;height:100%" name="MaskFrm"></iframe>
</div>
<div   style="display:none;position:absolute;left:0;top:0;border:0;overflow:hidden;width:100%;height:100%" id="MaskDivT">
</div>


<iframe style="display:none;FILTER:Alpha(Opacity=20);opacity:20;position:absolute;left:0;top:0;border:0;overflow:hidden;width:100%;height:100%" name="ModalMaskFrm"></iframe>

<iframe style="position:absolute;display:none;overflow:hidden;border:0;width:10px;height:10px" src="about:blank" name="ResizerFrm"></iframe>

<div class=" xTaskBar noprint_" id="TaskBarDiv">
  <div class="xStartBtn"><div onMouseOver="this.className='xStartSysOver';" onMouseOut="this.className='xStartSys';" class="xStartSys" onClick="showStartMenu();">xWin</div><div onmouseover="this.className='xStartDOver';" onMouseOut="this.className='xStartD';" class="xStartD" title="Show Desktop" onClick="showMainWin();"></div></div>
</div>

<iframe style="border:1px solid #A6B802;position:absolute;width:190px;height:230px;left:0;top:0;display:none" src="startmenu.html" name="StartMenuFrm"></iframe>

</body>
</html>

⌨️ 快捷键说明

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