📄 about.htm
字号:
<HTML id=dlgAbout STYLE="width: 25.9em; height: 22em">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<TITLE>
About Microsoft Ftp Folders
</TITLE>
<style>
.versionformat {
color: black;
font-family: MS Sans Serif;
font-size: 8pt;
position: absolute;
left: 0em;
top: 0em;
height: 2em;
width:25em;
z-index: 20;
}
.textformat {
color: black;
font-family: MS Sans Serif;
font-size:8pt;
position: absolute;
left: 10.2em;
top: 19.3em; //19.5em;
height: 3em;
width:26.5em;
}
.logo {
color: LIGHTGREY;
font-family: MS Sans Serif;
font-size:40pt;
position: absolute;
left: 1.9em;
top: 4.5em;
height: 0.5em;
width:1em;
z-index: -1;
}
.button{
position: absolute;
top: 28em;
width: 7em;
height: 2.2em;
color: black;
font-family: MS Sans Serif;
font-size:8pt;
cursor: hand;
z-index: 100;
}
</style>
</head>
<body id=bodyid onload="OnPageLoad()" onfilterchange="bodyOnFilterChange()" onkeydown="bodyOnKeyDown()" bgcolor="white" scroll=no leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 style="border:none">
<!--Graphics -->
<div id="allPic" STYLE="width:25em;position: absolute; top: 0px;left:0px;font-family: MS Sans Serif;font-size: 8pt; z-index: 13;">
</div>
<img src="ie256.gif" id="ID_IE" CLASS="Movable" style="position:absolute; left:0; top:0; width:0; height:0; visibility:hidden; z-index: 10;" FinalHeight=44, FinalWidth=39, FinalX=353, FinalY=0>
<img src="world256.gif" id="ID_World"
style="position:absolute; left:0px; top:0px; width:0; height:0; visibility:hidden; z-index: 3;"
FinalHeight=86, FinalWidth=86, FinalX=12, FinalY=56 nOrigLeft=86, nOrigTop=86>
<img src=ietxt256.bmp id="ID_IEText" style="position:absolute; left:104; top:61; width:269; height:109; visibility:hidden; z-index:100"
SuperClass="Flingable" xDelta="0" yDelta="0" reqDirX=1 reqDirY=0 nScore=2>
<img src=lines256.bmp id=lines style="position:absolute;left:0;top:0;visibility:hidden">
<div id="versionDetails" class=versionformat style="color: white; left: 10.2em; top: 16.2em">
Version <SPAN id=spaVersion ></SPAN><br>
<span id=minorversion></SPAN>
</div>
<div id="userInfo" class=textformat style="visibility:hidden;z-index: 10;line-height: 140%">
<SPAN id=spaText>Product ID: <SPAN id=pID></SPAN></SPAN>
<BR><A href="" id=copyrightLink onclick="copyrightclick()" > Copyright Information</A><!-- onmouseover="copyrightmouseover()" onmouseout="copyrightmouseout()" -->
</div>
<div id=gettingStarted class=textformat style="visibility:hidden;line-height:175%">
<div id=techSupport style="visibility:hidden"><a href="http://www.microsoft.com/iesupport/">Technical Support</a></div>
<DIV id=copyrightMicrosoft style="visibility:hidden"><a href="http://www.microsoft.com/" id="copyright">Copyright ©1995-97 Microsoft Corp.</a><span id="rightsReserved"><BR>All rights reserved.</span></DIV>
</DIV>
<BUTTON id="backButton" class=button accessKey="B" onClick="backButtononclick()" style="left: 31.5em; visibility: hidden">< <U>B</U>ack</BUTTON> <!-- onmouseover="buttonOnMouseOver()" onmouseout="buttonOnMouseOut()" -->
<BUTTON id="nextButton" class=button accessKey="N" onClick="nextButtononclick()" style="left: 31.5em; visibility: hidden"><U>N</U>ext ></BUTTON> <!-- onmouseover="buttonOnMouseOver()" onmouseout="buttonOnMouseOut()" -->
<BUTTON id="okButton" class=button onClick="window.close();" style="left: 29.5em; visibility: hidden">OK</BUTTON> <!-- onmouseover="buttonOnMouseOver()" onmouseout="buttonOnMouseOut()" -->
<BUTTON id="ID_Lock" class=button onClick="UnLock(ID_Lock);" style="left:104; top:61; visibility: hidden; z-index:1">Unlock</BUTTON>
<SCRIPT language=javascript>
window.onerror = HandleError;
var isMMInstalled=0; //Disable MM because of DirectD flicker bug on S3 cards
var beforeLinksDivCount=0;
var totaldivCount=3;
var noReEntry=0;
var curDiv=0;
var fade=0;
var backwards=0;
divNames = new Object();
divNames[0]="userInfo";
divNames[1]="gettingStarted";
divNames[2]="techSupport";
divNames[3]="copyrightMicrosoft";
var g_nFinalGrowth = 12;
var g_nCurrGrowth = 0;
var g_nDragOffsetX=0;
var g_nDragOffsetY=0;
var g_fInDrag=0;
var g_nStep=0;
var g_nMaxStepHistory=4;
var g_szPrevElement="";
var g_cFlungObjects=0;
var g_nScore=0;
var g_nScoreNeeded=3; // 1 for text + 1 for button
FlingingItems = new Object();
CursorHistoryX = new Object();
CursorHistoryY = new Object();
var g_nWobbleAmount = 4;
//+-------------------------------------------------------------------
//
// Synopsis: Turns off error messages in dialogs
//
// Arguments: none
//
// returns: true (tells browser not to handle message)
//
//--------------------------------------------------------------------
function HandleError(message, url, line)
{
var L_Dialog_ErrorMessage = "An error has occured in this dialog.";
var L_ErrorNumber_Text = "Error: ";
var str = L_Dialog_ErrorMessage + "\n\n"
+ L_ErrorNumber_Text + line + "\n"
+ message;
alert (str);
window.close();
return true;
}
//function called by body.onload. Starts initial animation
function OnPageLoad()
{
var L_UpdateVersions_Text = "Update versions: ";
if(window.screen.colorDepth<8)
{
document.all["ID_IE"].src="ie.gif";
document.all["ID_World"].src="world.bmp";
document.all["lines"].src="lines.bmp";
document.all["ID_IEText"].src="ietext.bmp";
}
else
document.body.bgColor="#F8F8F8";
if(isMMInstalled==1)
{
for(i=0;i<=beforeLinksDivCount;i++)
{
document.all[divNames[i]].style.filter="blendTrans(duration=0.5)";
document.all[divNames[i]].onfilterchange="onfilterchangeHandler()";
}
for(i=beforeLinksDivCount+1;i<=totaldivCount;i++)
{
document.all[divNames[i]].style.filter="blendTrans(duration=0.5)";
document.all[divNames[i]].onfilterchange="onfilterchangeHandlerLinks()";
}
document.all.copyrightLogo.style.filter="blendTrans(duration=0.5)";
}
if ((null != window.dialogArguments))
{
arrArgs = window.dialogArguments.split("~");
spaVersion.innerText = arrArgs[0];
pID.innerText=arrArgs[4];
}
//Check for QFEs
var mv=window.navigator.appMinorVersion;
if(mv!="0") minorversion.innerText=L_UpdateVersions_Text + mv;
spaText.innerText = spaText.innerText;
backButton.style.posLeft=okButton.style.posLeft-15.3;
nextButton.style.posLeft=okButton.style.posLeft-7.6;
allPic.style.pixelLeft=userInfo.offsetLeft-103;
allPic.style.pixelTop=(versionDetails.offsetTop-170)/2;
//start initial animation
document.all["ID_World"].style.visibility="";
document.all["ID_IE"].style.visibility="";
// Create final x/y for World and Logo.
document.all["ID_IE"].FinalX=allPic.style.posLeft+350;
document.all["ID_IE"].FinalY=allPic.style.posTop+0;
document.all["ID_World"].FinalX=allPic.style.posLeft+10;
document.all["ID_World"].FinalY=allPic.style.posTop+50;
document.all["ID_World"].nOrigLeft=document.all["ID_World"].FinalX;
document.all["ID_World"].nOrigTop=document.all["ID_World"].FinalY;
// Move World and Logo onto screen.
window.setTimeout("DoGrow();",100);
}
//this function grows the earth and IE logos from the upper left corner
function DoGrow()
{
g_nCurrGrowth += 1;
ID_World.style.posHeight = Math.round(parseInt(ID_World.FinalHeight) * (g_nCurrGrowth/g_nFinalGrowth));
ID_World.style.posWidth = Math.round(parseInt(ID_World.FinalWidth) * (g_nCurrGrowth/g_nFinalGrowth));
ID_World.style.posLeft = Math.round(parseInt(ID_World.FinalX) * (g_nCurrGrowth/g_nFinalGrowth));
ID_World.style.posTop = Math.round(parseInt(ID_World.FinalY) * (g_nCurrGrowth/g_nFinalGrowth));
document.all.ID_IE.style.posHeight = Math.round(parseInt(document.all.ID_IE.FinalHeight) * (g_nCurrGrowth/g_nFinalGrowth));
document.all.ID_IE.style.posWidth = Math.round(parseInt(document.all.ID_IE.FinalWidth) * (g_nCurrGrowth/g_nFinalGrowth));
document.all.ID_IE.style.posLeft = Math.round(parseInt(document.all.ID_IE.FinalX) * (g_nCurrGrowth/g_nFinalGrowth));
document.all.ID_IE.style.posTop = Math.round(parseInt(document.all.ID_IE.FinalY) * (g_nCurrGrowth/g_nFinalGrowth));
if(g_nCurrGrowth < g_nFinalGrowth)
{
window.setTimeout("DoGrow()",1);
}
else
{
window.setTimeout("DoPics()",200);
}
}
//When done growing, display the other parts of the IE splash screen
function DoPics() {
ID_IEText.style.posTop=allPic.offsetTop+60;
ID_IEText.style.posLeft=allPic.offsetLeft+98;
ID_IEText.style.visibility="";
ID_Lock.style.posTop=ID_IEText.style.posTop+30;
ID_Lock.style.posLeft=ID_IEText.style.posLeft+100;
ID_Lock.style.visibility="";
lines.style.posLeft=allPic.style.posLeft+43;
lines.style.posTop=allPic.style.posTop+17;
lines.style.visibility="";
window.setTimeout("startVersion()",500);
}
//Start version number sliding in from bottom
function startVersion() {
versionDetails.style.posTop=28;
versionDetails.style.color="black";
DoVersion();
}
function DoVersion() {
if (versionDetails.style.posTop>16.2) versionDetails.style.posTop=versionDetails.style.posTop-1;
if (versionDetails.style.posTop<=16.2)
{
versionDetails.style.posTop=16.2;
okButton.style.visibility="";
okButton.focus();
window.setTimeout("DoShow()",100);
showDiv=-2;
}
else window.setTimeout("DoVersion()",1);
}
//General function for showing the different paragraphs of text
//If MM is used, performs a fade-in transition
function DoShow() {
if(isMMInstalled==1) document.all[divNames[curDiv]].filters[0].Apply();
document.all[divNames[curDiv]].style.visibility="visible";
if(isMMInstalled==1) document.all[divNames[curDiv]].filters[0].Play();
//Next two lines call the filterchanged events manually
//when MM is not enabled
else if(curDiv<=beforeLinksDivCount) onfilterchangeHandler();
else onfilterchangeHandlerLinks();
}
//General function for hiding the different paragraphs
//IF MM is used, performs a fade-out transition
function DoFade() {
var divNum=DoFade.arguments[0];
fade=1;
if(isMMInstalled==1) document.all[divNames[divNum]].filters[0].Apply();
document.all[divNames[divNum]].style.visibility="hidden";
if(isMMInstalled==1) document.all[divNames[divNum]].filters[0].Play();
//Next two lines call the filterchanged events manually
//when MM is not enabled
else if(curDiv<=beforeLinksDivCount) onfilterchangeHandler();
else {
if(backwards==0) curDiv=curDiv-1;
onfilterchangeHandlerLinks();
}
}
//Logo behind copyright info needs separate fade routine
//function DoLogoFade() { //Fade logo characters
//if(isMMInstalled==1) document.all.copyrightLogo.filters[0].Apply();
//document.all.copyrightLogo.style.visibility="hidden";
//if(isMMInstalled==1) document.all.copyrightLogo.filters[0].Play();
//}
//When copyright link is clicked, show first paragraph of copyright info
function copyrightclick(){
window.event.returnValue=0;
if (noReEntry!=1)
{
backButton.style.visibility="";
nextButton.style.visibility="";
backButton.disabled=0;
curDiv=1;
noReEntry=1;
DoFade(0);
// DoLogoFade();
}
}
//Show logo underneath copyright link when hover over
//function copyrightmouseover(){
//copyrightLogo.style.visibility="visible";
//}
//Hide logo again when mouse leaves copyright link
//function copyrightmouseout(){
//copyrightLogo.style.visibility="hidden";
//}
//Go back one paragraph. Check to see if at beginning
function backButtononclick(){
if (noReEntry==0) {
curDiv=curDiv-1;
if(curDiv<0) curDiv=0;
else {
noReEntry=1;
backwards=1;
//Fade old div out
DoFade(curDiv+1);
}
}
setButtonColor();
}
//Go forward one paragraph
function nextButtononclick(){
if (noReEntry==0) {
curDiv=curDiv+1;
if(curDiv>beforeLinksDivCount+1) curDiv=beforeLinksDivCount+1;
else {
noReEntry=1;
//Fade old div out
DoFade(curDiv-1);
}
}
setButtonColor();
}
//Check to see if one of the buttons should be disabled
//if at the beginning or end of the paragraphs
function setButtonColor() {
if((curDiv==beforeLinksDivCount+1)&&(backwards==0)) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -