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
LeftBottom.js
Package: NETCMSv1.5build0509_Src.rar [view]
Upload User: z6200320
Upload Date: 2007-02-23
Package Size: 22888k
Code Size: 2k
Category:
Internet-Socket-Network
Development Platform:
C#
- if (navigator.appName == "Netscape")
- document.ns = navigator.appName == "Netscape"
- window.screen.width>800 ? imgheight=190:imgheight=180
- window.screen.width>800 ? imgleft=20:imgleft=30
- function LeftBottomload()
- {
- if (navigator.appName == "Netscape")
- {
- document.LeftBottom.pageY=pageYOffset+window.innerHeight-imgheight;
- document.LeftBottom.pageX=imgleft;
- LeftBottomMove();
- }
- else
- {
- LeftBottom.style.posTop=parseInt(document.body.scrollTop)+parseInt(window.screen.height)-parseInt(LeftBottom.style.height);
- //alert(parseInt(document.body.scrollTop));
- //alert(parseInt(window.screen.height));
- //alert(parseInt(LeftBottom.style.height));
- //alert(parseInt(document.body.scrollTop)+parseInt(document.body.clientHeight)-parseInt(LeftBottom.style.height));
- LeftBottom.style.left=imgleft;
- LeftBottomMove();
- }
- }
- function LeftBottomMove()
- {
- if(document.ns)
- {
- document.LeftBottom.top=pageYOffset+window.innerHeight-imgheight;
- document.LeftBottom.left=imgleft;
- setTimeout("LeftBottomMove();",80)
- }
- else
- {
- LeftBottom.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
- LeftBottom.style.left=imgleft;
- setTimeout("LeftBottomMove();",80)
- }
- }
- function LeftBottomReload(LBRTF)
- {
- if (LBRTF==true) with (navigator)
- {
- if ((appName=="Netscape")&&(parseInt(appVersion)==4))
- {
- document.LeftBottomWidth=innerWidth;
- document.LeftBottomHeight=innerHeight;
- onresize=MM_reloadPage;
- }
- }
- else
- if (innerWidth!=document.LeftBottomWidth || innerHeight!=document.LeftBottomHeight) location.reload();
- }
- LeftBottomReload(true);
- LeftBottomload();