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
init.JS
Package: 4s.rar [view]
Upload User: apresys
Upload Date: 2021-03-30
Package Size: 813k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
DOS
- //打开窗口的函数
- function switchSysBar(){
- if (parseInt(navigator.appVersion)>=4) {
- if (switchPoint.innerText==3){
- switchPoint.innerText=4
- document.all("query").style.display="none"
- }
- else{
- switchPoint.innerText=3
- document.all("query").style.display=""
- }
- }
- }
- function viewPage(ipage){
- document.frmList.Page.value=ipage
- document.frmList.submit()
- }
- function openScript(url, width, height) {
- var Win = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,status=no' );
- }
- function openScript1(url, width, height) {
- var Win = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no,left=5,top=10' );
- }
- function Detail(i,ss){
- var u
- u='newsdetail.asp?news_id='+i+'&wstr="'+ss+'"'
- window.open(u,'_blank','dependent,width=500,height=300')
- }
- function MM_openBrWindow(theURL,winName,features) { //v2.0
- window.open(theURL,winName,'width =503,height=316,resizable=1,scrollbars=yes,menubar=no,status=no,left=5,top=10');
- }
- function tt(s){
- alert(s)
- }
- function OpenWindow(htmurl,widths,heights)
- {
- var paramet = 'toolbar=no,resizable=yes,scrollbars=yes,width='+ widths + ',height=' + heights;
- newWindow = window.open(htmurl,"viewfilm",paramet);
- newWindow.focus();
- }
- function MM_openBrWindow1(theURL,winName,features) { //v2.0
- window.open(theURL,winName,features);
- }
- function MM_reloadPage(init) { //reloads the window if Nav4 resized
- if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
- document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
- else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
- }