Home > Backend Development > PHP Tutorial > [Original] php+ajax implements simulated Win file management system 11_PHP tutorial

[Original] php+ajax implements simulated Win file management system 11_PHP tutorial

WBOY
Release: 2016-07-13 10:59:17
Original
970 people have browsed it

function hidden(){


  var obj = document.getElementById('Layer1');


  obj.style.display='none';


  }


 function myMenuShow(obj,btn,past)


 {


 document.getElementById("subMenu").innerHTML="

  • 新建文件夹
  • 新建文本文件

  • 复  制
  • 剪 切
  • 粘  贴

  • 删 除

  • 重命名

  • ";


     ShowMenu(obj,0,0);


     return false;


     }


     document.onmousemove=hiddenSubMenu;


     attachEvent('onload', loadsubMenu);// JavaScript Document

    最后面就是调用函数,

    再此文件管理系统也就写完了,希望能给各位有点帮助,也同时希望各位高手指点,本系统还有很多地方待修改提高了,

     下载地下:php+ajax源码

    www.bkjia.comtruehttp://www.bkjia.com/PHPjc/631917.htmlTechArticlefunction hidden(){ var obj=document.getElementById('Layer1'); obj.style.display='none'; } function myMenuShow(obj,btn,past) { document.getElementById(subMenu).innerHTML=li onMo...
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template