ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahq_5.4.0.1/rzahqadvisor9.htm

119 lines
4.2 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--Windows source directory</title>
<script language="Javascript" type="text/javascript" src="rzahqadvcommon.js"></script>
<script type="text/javascript" language="Javascript">
<!-- // Hide script from older browsers
var errMess2 = "Enter a path name or select to use the first optical device.";
//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 getData() {
//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";
} else { //already loaded
getData2();
}
}
}
function getData2() {
if (!isEmpty(parent.hidden.v1[11])) {
if (parseInt(parent.hidden.v1[11]) == 2) {
document.form1.rad[1].checked = true;
if (!isEmpty(parent.hidden.v1[12])) {
document.form1.pname.value = parent.hidden.v1[12];
}
} else {
if (parseInt(parent.hidden.v1[11]) == 1) { document.form1.pname.value = ""; }
}
}
}
function onNext() {
//Save data
if (document.form1.rad[0].checked == true) {
parent.hidden.v1[11] = "1";
parent.hidden.v1[12] = "";
} else {
//Check path name
if (!isEmpty(document.form1.pname.value)) {
parent.hidden.v1[11] = "2";
parent.hidden.v1[12] = document.form1.pname.value;
} else {
alert(errMess2);
return;
}
}
//Next page
window.location = "rzahqadvisor10.htm";
}
function onBack() {
window.location = "rzahqadvisor8.htm";
}
//END NON-TRANSLATABLE
////////// -->
</script>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body onLoad="getData()">
<h2>Windows Server installation advisor</h2>
<strong>Windows source directory</strong>
<form name="form1">
<p>The Windows source directory is the path name of the i5/OS integrated file system (IFS) directory
containing the Windows server CD-ROM image you will use as the installation source.</p>
<p>What path name do you want to use as the Windows source directory?</p>
<blockquote>
<table>
<tr><td><input type="radio" name="rad" id="first" value="first" checked></td>
<td><label for="first">Use the first optical device</label></td>
</tr>
<tr><td><br></td><td></td></tr>
<tr>
<td><input type="radio" name="rad" id="specify" value="specify"></td>
<td><label for="specify">Use the IFS path name:</label>
<input type="text" name="pname" size="50" maxlength="255" id="specify" onKeyPress="selectRadio(1)"></td>
</tr>
<tr>
<td></td>
<td><br><strong>Note</strong>: The directory must have an I386 directory that contains a WINNT.EXE file.
</td>
</tr>
</table>
</blockquote>
<br><br>
<center>
<input type="button" value="&lt;&lt; Back" onClick="onBack()">
<input type="button" value="Next &gt;&gt;" onClick="onNext()">
</center>
</form>
</body>
</html>