131 lines
3.6 KiB
HTML
131 lines
3.6 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.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<!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>
|
|
|
|
<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="#FFFFFF" VLINK="#FFFFFF" ALINK="#0000FF" onLoad='moveNavLayer()'>
|
|
|
|
<P CLASS="title"><B>Scripted Login Tab</B></P>
|
|
|
|
<P>This tab gives you the option of specifying a connection script that you want Account Setup to use when connecting. You can use this tab to create and edit the login script.</P>
|
|
|
|
<TABLE CELLPADDING=2 CELLSPACING=0 BGCOLOR="#DDDDDD">
|
|
<TR>
|
|
<TD VALIGN=TOP WIDTH=110>
|
|
Select a Login Script:
|
|
</TD>
|
|
<TD VALIGN=TOP>
|
|
Use the pop-up menu to select the login script that you want Account Setup to use when connecting to your server.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR><TD VALIGN=TOP>
|
|
Edit Script:
|
|
</TD>
|
|
<TD VALIGN=TOP>
|
|
<FONT COLOR="000000">Use this input field to create or edit the script selected in the pop-up menu. </FONT>
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN=TOP>
|
|
Script Filename:</TD>
|
|
<TD VALIGN=TOP>
|
|
Use this input field to supply a filename for the script selected in the pop-up menu.
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN=TOP>
|
|
Save
|
|
</TD>
|
|
<TD VALIGN=TOP>
|
|
Click this button to save any changes to the login script and its filename. When you save your changes, the Account Setup Editor updates the list of scripts in the pop-up menu.
|
|
</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>
|