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
default.hta
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 2k
Category:
Windows Kernel
Development Platform:
Visual C++
- <HTML>
- <HEAD>
- <TITLE>Windows 2000 Configure Your Server</TITLE>
- <SCRIPT LANGUAGE="javascript" SRC="util.js"></SCRIPT>
- <SCRIPT LANGUAGE="javascript">
- // whether the machine is a DC in the middle of upgrade
- var fInUpgrade = srvwiz.DsRole(1);
- if (fInUpgrade)
- {
- // Don't show CYS during DC purgatory
- // this is a mshta work around:
- // set window initial size to 0x0 to avoid flash,
- // then close the window after hta tag
- window.resizeTo(0,0);
- }
- else
- {
- // set the window's initial size and position
- var x = (window.screen.width - 636)/2;
- var y = (window.screen.height - 450)/2;
- if (x < 0) x = 0;
- if (y < 0) y = 0;
- window.resizeTo(636,450);
- window.moveTo(x, y);
- }
- </SCRIPT>
- <HTA:APPLICATION
- id=SrvWizApp
- icon=srvwiz.ico
- maximizeButton=no
- border=dialog
- applicationName="Windows 2000 Configure Your Server"
- version=1.0
- singleInstance=yes
- />
- <SCRIPT LANGUAGE="javascript">
- if (fInUpgrade)
- {
- window.close();
- }
- </SCRIPT>
- </HEAD>
- <frameset id=idFS1 rows="75,*" border=0 frameborder=0>
- <frame id=idFM1 NAME="top" SRC="top.htm" marginWIDTH="0" marginHEIGHT="0" scrolling="no" frameBORDER="no" noresize />
- <frameset id=idFS2 cols="165,*" border=0 frameborder=0 onload="home()">
- <frame id=idFM2 NAME="menu" SRC="menu.htm" marginWIDTH="0" marginHEIGHT="0" scrolling="no" frameBORDER="no" noresize application=yes />
- <frame id=idFM3 NAME="content" marginWIDTH="0" marginHEIGHT="0" scrolling="auto" frameBORDER="no" noresize application=yes />
- </frameset>
- </frameset>
- </HTML>