Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
lefttree.js
Package: JSP-OA.rar [view]
Upload User: jhtang88
Upload Date: 2014-01-27
Package Size: 28528k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- <!--
- function swapimg(myimgNum,secNum,folderimg){
- if (secNum.className=="off")
- {
- secNum.className="on";
- myimgNum.src="images/left/tplus.gif";
- folderimg.src="images/left/icon_folder.gif"
- }
- else
- {
- secNum.className="off";
- myimgNum.src="images/left/tminus.gif";
- folderimg.src="images/left/icon_folderopen.gif"
- }
- }
- function statu()
- {
- window.defaultStatus=' ';
- }
- //window.setInterval("statu()",10)
- function AllClose(){
- tempColl = document.all.tags("div");
- for (i=0; i<tempColl.length; i++) {
- if (tempColl(i).className == "off") {
- tempColl(i).className = "on"
- }
- }
- imgColl = document.all.tags("img");
- for (i=0; i<imgColl.length; i++) {
- if (imgColl(i).id != "") {
- if(imgColl(i).className == "havechild") {
- imgColl(i).src = "images/left/icon_folder.gif"
- }
- else{
- imgColl(i).src = "images/left/tplus.gif"
- }
- }
- }
- }
- function AllOpen(){
- tempColl = document.all.tags("div");
- for (i=0; i<tempColl.length; i++) {
- if (tempColl(i).className == "on") {
- tempColl(i).className = "off"
- }
- }
- imgColl = document.all.tags("IMG");
- for (i=0; i<imgColl.length; i++) {
- if (imgColl(i).id != "") {
- if(imgColl(i).className == "havechild") {
- imgColl(i).src = "images/left/icon_folderopen.gif"
- }
- else{
- imgColl(i).src = "images/left/tminus.gif"
- }
- }
- }
- }
- var Xpos = 1;
- var Ypos = 1;
- function doDown() {
- Xpos = document.body.scrollLeft+event.x;
- Ypos = document.body.scrollTop+event.y;
- }
- function showmenu(){
- menutool.style.left=Xpos;
- menutool.style.top=Ypos;
- menutool.style.display="block"
- }
- function hidemenu(){
- menutool.style.display="none"
- }
- document.onclick = hidemenu;
- document.onmousedown = doDown;
- -->