91 lines
3.0 KiB
HTML
91 lines
3.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Prerequisites</title>
|
|
<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. -->
|
|
|
|
<!--
|
|
----------------------------------------------------------------------------
|
|
START_DESCRIPTION
|
|
Page Function: Lists concepts the customer should be familiar with before beginning the advisor.
|
|
|
|
Stored Values:
|
|
No stored values
|
|
|
|
Next and Back:
|
|
[Next]: rzalladvqos2.htm
|
|
[Back]: rzalladvqoswelcome.htm
|
|
END_DESCRIPTION
|
|
----------------------------------------------------------------------------
|
|
-->
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
|
|
<script language="Javascript" type="text/javascript">
|
|
|
|
|
|
|
|
//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 != "rzalladvqoswelcome.htm") {
|
|
window.location = "rzalladvqoswelcome.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 != "rzalladvqoshidden.htm") {
|
|
//Correct HTML not loaded, load it
|
|
parent.hidden.window.location = "rzalladvqoshidden.htm";
|
|
}
|
|
}
|
|
}
|
|
|
|
function onNext() {
|
|
window.location="rzalladvqos2.htm"
|
|
}
|
|
|
|
function onBack() {
|
|
window.location="rzalladvqoswelcome.htm"
|
|
}
|
|
|
|
//END NON-TRANSLATABLE
|
|
|
|
|
|
</SCRIPT>
|
|
|
|
</head>
|
|
|
|
<BODY onload="loadHidden()">
|
|
<h2>QoS planning advisor: Prerequisites</h2>
|
|
<strong>Before you begin</strong><br>
|
|
This advisor assumes that you are familiar with the following quality of service concepts: <ul> <li>Differentiated service</li><li>Integrated service</li><li>Inbound admission</li><li>Class of service</li> </ul>
|
|
For information about these concepts, see <a href="../rzak8/rzak8what_is.htm" target="_blank">Quality of service concepts</a>.
|
|
|
|
|
|
<form>
|
|
<CENTER>
|
|
|
|
<input name=submit type="button" value="<< Back " onClick="onBack()">
|
|
|
|
<input name=submit type="button" value=" Next >>" onClick="onNext()">
|
|
</CENTER>
|
|
</form>
|
|
|
|
|
|
</BODY>
|
|
|
|
</html>
|
|
|