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

121 lines
3.9 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 server license</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 checkFrame() {
//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
getData();
}
}
}
function getData() {
if (!isEmpty(parent.hidden.v1[43])) {
document.form1.lickey.value = parent.hidden.v1[43];
}
if (!isEmpty(parent.hidden.v1[44])) {
document.form1.fname.value = parent.hidden.v1[44];
}
if (!isEmpty(parent.hidden.v1[45])) {
document.form1.oname.value = parent.hidden.v1[45];
}
}
function onNext() {
parent.hidden.v1[43] = "";
parent.hidden.v1[44] = "";
parent.hidden.v1[45] = "";
//Save data
if (!isEmpty(document.form1.lickey.value)) {
parent.hidden.v1[43] = document.form1.lickey.value;
}
if (!isEmpty(document.form1.fname.value)) {
parent.hidden.v1[44] = document.form1.fname.value;
}
if (!isEmpty(document.form1.oname.value)) {
parent.hidden.v1[45] = document.form1.oname.value;
}
//Next page
window.location = "rzahqadvisor20.htm";
}
function onBack() {
window.location = "rzahqadvisor18.htm";
}
//END NON-TRANSLATABLE
////////// -->
</script>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body onLoad="checkFrame()">
<h2>Windows Server installation advisor</h2>
<strong>Windows server license (optional)</strong>
<p>What is the license key for the Windows server and the full name of the person and organization holding the license?</p>
<form name="form1">
<blockquote>
<table>
<tr>
<td><label for="lickey">License key:</label></td>
<td><input type="text" name="lickey" maxlength="34" size="55" id="lickey"></td>
</tr>
<tr>
<td></td>
<td>Example: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><label for="fname">Person holding the license:</label></td>
<td><input type="text" name="fname" maxlength="50" size="55" id="fname"></td>
</tr>
<tr>
<td><label for="oname">Organization holding the license:</label></td>
<td><input type="text" name="oname" maxlength="50" size="55" id="oname"></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>