You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.8 KiB
47 lines
1.8 KiB
<html>
|
|
<head>
|
|
<title>Creating an Internet connection</title>
|
|
<meta http-equiv="Content-Type" content="text/html; CHARSET=windows-1252" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l comment "RSACi North America Server" by "[email protected]" r (n 0 s 0 v 0 l 0))' />
|
|
<meta http-equiv="MSThemeCompatible" content="Yes" />
|
|
<script type="text/jscript">
|
|
|
|
function LoadNCW()
|
|
{
|
|
try
|
|
{
|
|
eLoading.style.display = "inline";
|
|
window.dialogArguments.connect();
|
|
setTimeout( "Finish();", 500 );
|
|
}
|
|
catch(error)
|
|
{
|
|
alert( error.description );
|
|
}
|
|
}
|
|
|
|
function Finish()
|
|
{
|
|
self.close();
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body style="padding:10px;" bgcolor="#ffffff" text="#000000">
|
|
<h3 id="eHeader">Creating an Internet connection</h3>
|
|
<div id="eLearnMore" style="font:messagebox;">
|
|
The New Connection Wizard makes it easy to connect to the Internet.
|
|
If you already have an account with an Internet service provider (ISP),
|
|
the New Connection Wizard collects all the necessary information from you
|
|
and then creates the connection. If you do not have an account with an ISP,
|
|
the wizard provides a list of ISPs available in your area. To sign up for a new account,
|
|
click an ISP in the list.
|
|
<br />
|
|
<br />
|
|
<a id="eLnkNCW" onclick="LoadNCW();" style="color:blue;text-decoration:underline;cursor:hand;">Start the New Connection Wizard</a><span id="eLoading" style="display:none;"> Loading wizard...</span>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
<center><button id="eClose" style="font:messagebox;padding-left:10px;padding-right:10px;" onclick="Finish();">Close</button></center>
|
|
</body>
|
|
</html>
|