mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
91 lines
3.1 KiB
HTML
91 lines
3.1 KiB
HTML
<!-- -*- Mode: HTML; tab-width: 8; 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.
|
|
-->
|
|
<HTML>
|
|
|
|
|
|
|
|
<HEAD>
|
|
<TITLE>Account Setup</TITLE>
|
|
|
|
<SCRIPT LANGUAGE = "JavaScript" ARCHIVE="asw.jar" SRC="ok.js">
|
|
</SCRIPT>
|
|
|
|
<LINK REL=STYLESHEET TYPE="text/JavaScript" ARCHIVE="asw.jar" HREF="sheet.js">
|
|
</LINK>
|
|
|
|
</HEAD>
|
|
|
|
|
|
|
|
<BODY BACKGROUND="images/bg.gif" BGCOLOR="cccccc" onLoad="loadData()" ID="ok100">
|
|
|
|
|
|
<!-- The layer below contains the Account Setup identifier. -->
|
|
|
|
<LAYER NAME = "tagtext" LEFT = 420 TOP = 0 VISIBILITY = SHOW>
|
|
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=200 ID="nospace">
|
|
<TR><TD HEIGHT=20 VALIGN=MIDDLE BACKGROUND="images/tag.gif">
|
|
<B CLASS="previewtag">ACCOUNT SETUP</B>
|
|
</TD></TR>
|
|
</TABLE>
|
|
|
|
</LAYER>
|
|
|
|
|
|
<!-- The layer below contains the headline and text of this screen -->
|
|
|
|
|
|
<FORM>
|
|
|
|
<P CLASS="title"><B>Congratulations!</B></P>
|
|
|
|
<P>You now have your own Internet account and email address, and you can use them immediately.</P>
|
|
|
|
<P>Click the Save Account Information button to save a record of your account
|
|
information as a text file on your computer. Your account information includes your
|
|
login and password, your provider's server addresses and technical support phone number, and other information.</P>
|
|
|
|
|
|
<SCRIPT LANGUAGE = "JavaScript" ID="ok101">
|
|
|
|
var theFile = parent.parent.globals.getAcctSetupFilename(self);
|
|
var saveAcctFlag = parent.parent.globals.GetNameValuePair(theFile,"New Acct Mode","AskSaveAcctInfo");
|
|
|
|
if (saveAcctFlag != null && saveAcctFlag != "") {
|
|
saveAcctFlag = saveAcctFlag.toLowerCase();
|
|
}
|
|
|
|
if (saveAcctFlag != "no") {
|
|
document.writeln("<CENTER><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 ID='minspace'><TR><TD ALIGN=CENTER VALIGN=TOP>");
|
|
document.writeln("<A HREF='about:blank' onMouseOver = 'window.status=\"Click the Save Account Information icon to save your account info.\";return true' onClick='saveAccountInfo(); return false' ID='ok102'><IMG SRC='images/save.gif' WIDTH=32 HEIGHT=32 BORDER=0></A>");
|
|
document.writeln("<BR><spacer type=vertical size=2><P CLASS='buttontext' CLASS='buttontext'><SPACER TYPE=VERTICAL SIZE=4>");
|
|
document.writeln("<B>Save Account<BR>Information</B></P></TD></TR></TABLE></CENTER>");
|
|
}
|
|
|
|
</SCRIPT>
|
|
|
|
<P>Click Done to leave Account Setup. When you're ready to connect to the Internet, all you have to do is launch Communicator from the Netscape Communicator folder or program group.</P>
|
|
|
|
|
|
<!-- The following text is commented out as the feature is currently disabled.
|
|
To begin exploring the Internet now, click the Internet icon.<P>
|
|
-->
|
|
</BODY>
|
|
</HTML>
|