77 lines
3.4 KiB
HTML
77 lines
3.4 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
|||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|||
|
<!-- US Government Users Restricted Rights -->
|
|||
|
<!-- Use, duplication or disclosure restricted by -->
|
|||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
|||
|
<title>Windows Server installation advisor--Welcome</title>
|
|||
|
|
|||
|
<script language="Javascript" type="text/javascript" src="rzahqadvcommon.js"></script>
|
|||
|
<script type="text/javascript" language="Javascript">
|
|||
|
<!-- // Hide script from older browsers
|
|||
|
|
|||
|
//START NON-TRANSLATABLE
|
|||
|
|
|||
|
//Obtain name of HTML file in parent frame.
|
|||
|
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|||
|
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
|
|||
|
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
|
|||
|
|
|||
|
function loadHidden() {
|
|||
|
//Is the hidden frame already loaded with the correct html?
|
|||
|
if (parentUrl != "rzahqadvisor1.htm") {
|
|||
|
window.location = "rzahqadvisor1.htm"; //load advisor frameset
|
|||
|
return;
|
|||
|
} else {
|
|||
|
//Obtain name of HTML file in hidden frame.
|
|||
|
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
|
|||
|
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
|
|||
|
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
|
|||
|
if (hiddenUrl != "rzahqadvhidden.htm") {
|
|||
|
//Correct HTML not loaded, load it
|
|||
|
parent.hidden.window.location = "rzahqadvhidden.htm";
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
function onNext() {
|
|||
|
window.location = "rzahqadvisor2.htm";
|
|||
|
}
|
|||
|
|
|||
|
//END NON-TRANSLATABLE
|
|||
|
|
|||
|
////////// -->
|
|||
|
</script>
|
|||
|
|
|||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|||
|
</head>
|
|||
|
|
|||
|
<body onLoad="loadHidden()">
|
|||
|
<script language="Javascript" type="text/javascript" src="../rzahg/synch.js"></script>
|
|||
|
<h2>Windows server installation advisor</h2>
|
|||
|
<strong>Welcome</strong>
|
|||
|
|
|||
|
<noscript><p><strong>Important:</strong> This advisor uses Javascript to function. Ensure you are using a browser which supports Javascript and that Javascript is enabled.</p></noscript>
|
|||
|
|
|||
|
<p>This advisor is for installing Windows 2000 Server or Windows Server 2003 on your iSeries server.</p>
|
|||
|
|
|||
|
<p>The goal of this advisor is to help you prepare to install Windows server on iSeries. The advisor will not install the product for you,
|
|||
|
but it will guide you through answering questions about the parameters you will need to install Windows server. You can install Windows server once you have completed the advisor, or at a later date.</p>
|
|||
|
|
|||
|
<p>The advisor builds a summary sheet that you can use when installing Windows server. In addition, you will have a results page with a command string that you can copy and paste
|
|||
|
to install your Windows server.</p>
|
|||
|
|
|||
|
<p>There are approximately fifty pages in this advisor, all of which require you to enter information. It will probably take you at least thirty minutes to complete.</p>
|
|||
|
|
|||
|
<form name="form1">
|
|||
|
<br><br>
|
|||
|
<center>
|
|||
|
<input name='Next' type='button' value=' Next >>' onClick='onNext()'>
|
|||
|
</center>
|
|||
|
</form>
|
|||
|
</body>
|
|||
|
</html>
|