windows-nt/Source/XPSP1/NT/shell/cpls/nusrmgr/html/helptest.hta
2020-09-26 16:20:57 +08:00

85 lines
3.2 KiB
HTML

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="MSThemeCompatible" content="Yes">
<TITLE>User Accounts - Learn About test</TITLE>
<LINK rel="stylesheet" type="text/css" href="nusrmgr.css">
<LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
<SCRIPT language="JavaScript">
var g_HelpWindow = null;
var g_szHelpUrl = null;
function LaunchHelp(szHTM)
{
if (szHTM && szHTM.length > 0)
{
if (null == g_HelpWindow)
{
var args = new Object;
args.mainWindow = window;
args.szHTM = szHTM;
if (null == g_szHelpUrl)
{
var oWshShell = new ActiveXObject("WScript.Shell");
g_szHelpUrl = oWshShell.ExpandEnvironmentStrings("MS-ITS:%windir%\\help\\nusrmgr.chm::/");
}
g_HelpWindow = window.showModelessDialog(g_szHelpUrl + "HelpFrame.htm", args, "border=thick; center=0; dialogWidth=30em; dialogHeight=34em; help=0; minimize=1; maximize=1; resizable=1; status=0;");
}
else
{
g_HelpWindow.ShowHelp(g_szHelpUrl + szHTM);
}
}
}
window.resizeTo(Math.min(400,screen.availWidth), Math.min(400,screen.availHeight));
</SCRIPT>
<HTA:APPLICATION
id=idUM
applicationName="User Account Manager"
border=thick
borderStyle=normal
caption=yes
icon=users.ico
singleInstance=yes
sysMenu=yes
version=1.0
windowstate=normal
innerBorder=off
selection=off
contextMenu=off
scroll=no
scrollFlat=on
/>
</HEAD>
<BODY class="Page1 WorkArea" scroll=no>
<H3>Learn About</H3>
<DIV style="margin-top:2mm;line-height:150%;">
<A href="" onclick="LaunchHelp('HelpWindowsAccounts.htm'); return false;">User accounts</A><BR>
<A href="" onclick="LaunchHelp('HelpAccountTypes.htm'); return false;">Account Types</A> (Pro)<BR>
<A href="" onclick="LaunchHelp('HelpUATAdmin2.htm'); return false;">Account Types</A> (Per)<BR>
<A href="" onclick="LaunchHelp('HelpLogon.htm'); return false;">Logging on to the computer</A><BR>
<A href="" onclick="LaunchHelp('HelpFUS.htm'); return false;">Switching users</A><BR>
<A href="" onclick="LaunchHelp('HelpCreateAccount.htm'); return false;">Creating a user account</A><BR>
<A href="" onclick="LaunchHelp('HelpDeleteAccount.htm'); return false;">Deleting accounts</A><BR>
<A href="" onclick="LaunchHelp('HelpDeleteOwner.htm'); return false;">Deleting an owner account</A><BR>
<A href="" onclick="LaunchHelp('HelpUsingGuest.htm'); return false;">Using the guest account</A><BR>
<A href="" onclick="LaunchHelp('HelpChangeName.htm'); return false;">Changing account names</A> (non-admin)<BR>
<A href="" onclick="LaunchHelp('HelpChangeNonAdmin.htm'); return false;">Making other changes to your account</A> (non-admin)<BR>
<A href="" onclick="LaunchHelp('HelpCreatePassword.htm'); return false;">Creating a secure password</A><BR>
<A href="" onclick="LaunchHelp('HelpCreateHint.htm'); return false;">Creating a good password hint</A><BR>
<A href="" onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;">Recovering a password</A><BR>
<A href="" onclick="LaunchHelp('HelpCustomPictures.htm'); return false;">Applying your own picture to an account</A><BR>
</DIV>
</BODY>
</HTML>