robinf%netscape.com 661e6070da Fixing bug #324040; adding new help screen for new flag in global options
git-svn-id: svn://10.0.0.236/trunk@10849 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-23 23:00:43 +00:00

111 lines
3.5 KiB
HTML

<!-- -*- Mode: HTML; tab-width: 2; indent-tabs-mode: nil -*-
The contents of this file are subject to the Netscape Public License
Version 1.0 (the "NPL"); you may not use this file except in
compliance with the NPL. You may obtain a copy of the NPL at
http://www.mozilla.org/NPL/
Software distributed under the NPL is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
for the specific language governing rights and limitations under the
NPL.
The Initial Developer of this code under the NPL is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All Rights
Reserved.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Account Setup Editor Help</TITLE>
<LINK REL=STYLESHEET TYPE="text/JavaScript" HREF="cpsheet.htm" TITLE="Account Setup">
<SCRIPT>
function moveNavLayer()
{
var newTop = 0;
var docHeight = document.height;
var windowHeight = window.innerHeight;
if (windowHeight-docHeight > 20) {
newTop = windowHeight-32;
document.layers['navLayer'].top = newTop;
document.layers['navLayer'].visibility = "show";
}
else {
newTop = docHeight-32;
document.layers['navLayer'].top = newTop;
document.layers['navLayer'].visibility = "show";
}
}
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
function getOnlineDocs(inFileName)
{
//get the platform
var thePlatform = new String(navigator.userAgent);
var x=thePlatform.indexOf("(")+1;
var y=thePlatform.indexOf(";",x+1);
thePlatform=thePlatform.substring(x,y);
if (thePlatform == "Macintosh") {
var theLoc = ("../../../Online Docs/" + inFileName);
top.open(theLoc, "newwing");
window.close("asehelp");
}
else {
var theLoc = ("../../../../Online docs/" + inFileName);
top.open(theLoc, "newwing");
window.close("asehelp");
}
}
</SCRIPT>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#CCCCFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#0000FF" onLoad='moveNavLayer()'>
<P CLASS="title"><B>More Help...</B></P>
<P>Related Topics</P>
<UL>
<LI><A HREF="modes.htm">About Account Setup Functional Modes</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="iasmode.htm">Use Internet Account Server (IAS) Mode Only</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="ncimode.htm">Use Network Configuration (NCI) Mode Only</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="bothmode.htm">Offer Both Modes (User Chooses Mode)</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="intmode.htm">Support International Formats</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="shintro.htm">Show Account Setup Introduction Screens</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="yrserver.htm">Direct Users to Your Internet Account Registration Server</A></LI>
<spacer type=vertical size=3>
<LI><A HREF="timeout.htm">Set Dialer Idle Timeout Interval</A></LI>
</UL>
<LAYER NAME = "navLayer" HEIGHT=16 LEFT =10 visibility = "hide">
<TABLE WIDTH=100% CELLSPACING=0 CELLPADDING=0 BORDER=1 ID="minspace">
<TR><TD HEIGHT=20 VALIGN=CENTER ALIGN=LEFT BGCOLOR="000066" >
<FONT STYLE="COLOR='FFFFFF';marginLeft='4';textDecoration='none';fontFamily='PrimaSans BT, Helvetica,Arial';fontSize='9';fontWeight='bold'">
[<A HREF="about:blank" onclick="getOnlineDocs('asefm.htm'); return false" STYLE="color='FFFFFF'">MORE HELP</A>] &nbsp;[<A HREF = "javascript:history.back()" STYLE="color='FFFFFF'">BACK</A>]</P>
</FONT></TD></TR>
</TABLE>
</LAYER>
</BODY>
</HTML>