robinf%netscape.com f5924ec122 fixing bug #322037 in aatab.htm; removed win16 note from nmtab.htm
git-svn-id: svn://10.0.0.236/trunk@10097 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-15 23:54:30 +00:00

114 lines
3.0 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>
<LINK REL=STYLESHEET TYPE="text/JavaScript" HREF="cpsheet.htm" TITLE="Account Setup">
<TITLE>Account Setup Editor Help</TITLE>
<SCRIPT>
function moveNavLayer()
{
var newTop = 0;
var docHeight = document.height;
var windowHeight = window.innerHeight;
if (windowHeight-docHeight > 20) {
newTop = windowHeight-40;
document.layers['navLayer'].top = newTop;
document.layers['navLayer'].visibility = "show";
}
else {
newTop = docHeight-40;
document.layers['navLayer'].top = newTop;
document.layers['navLayer'].visibility = "show";
}
}
</SCRIPT>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#CCCCFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#0000FF" onLoad='moveNavLayer()'>
<P CLASS="title"><B>Account Access Tab</B></P>
<P>This tab lets you to provide information about the account accessed by a user or user group.</P>
<TABLE CELLPADDING=2 CELLSPACING=0 BGCOLOR="#DDDDDD">
<TR>
<TD VALIGN=TOP WIDTH=110>
Access Phone Number:
</TD>
<TD VALIGN=TOP>
The telephone number that the user's computer is to dial to connect to the account. Enter the phone number in TAPI format. For example: +1 415 555 1212.
</TD>
</TR>
<TR><TD VALIGN=TOP>
Account Login:
</TD>
<TD VALIGN=TOP>
The account login of the user or user group.
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Password:
</TD>
<TD VALIGN=TOP>
The password of the user or user group.
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Registration Page URL:
</TD>
<TD VALIGN=TOP>
The URL of the page you want users to connect to when they click <B>Connect Now</B> in the last screen of Account Setup.
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Enable Van Jacobson Compression
</TD>
<TD VALIGN=TOP>
Uncheck this box only if your server does not support Van Jacobson (VJ) compression.
</TD>
</TR>
</TABLE>
<LAYER NAME = "navLayer" HEIGHT=16 LEFT =10 visibility = "hide">
<TABLE WIDTH=100% CELLSPACING=0 CELLPADDING=0 BORDER=1>
<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 = "javascript:history.back()">BACK</A>]
</FONT></TD></TR>
</TABLE>
</LAYER>
</BODY>
</HTML>