67 lines
2.8 KiB
HTML
67 lines
2.8 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|||
|
<HTML>
|
|||
|
<HEAD>
|
|||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|||
|
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
|
|||
|
<TITLE>TCP/IP subnet calculator</TITLE>
|
|||
|
<!-- (C) Copyright IBM Corporation, 2005 -->
|
|||
|
<!-- 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. -->
|
|||
|
<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 checkFrame() {
|
|||
|
//Is the hidden frame already loaded with the correct html?
|
|||
|
if (parentUrl != "rzak1advsubwelcome.htm") {
|
|||
|
window.location = "rzak1advsubwelcome.htm"; //load calculator 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 != "rzak1advsubhidden.htm") {
|
|||
|
//Correct HTML not loaded, load it
|
|||
|
parent.hidden.window.location = "rzak1advsubhidden.htm";
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
function nextwindow() {
|
|||
|
window.location="rzak1advsub10.htm"
|
|||
|
}
|
|||
|
//END NON-TRANSLATABLE
|
|||
|
//////////-->
|
|||
|
</SCRIPT>
|
|||
|
|
|||
|
</HEAD>
|
|||
|
<body onload="checkFrame()">
|
|||
|
<script language="Javascript" src="../rzahg/synch.js"></script>
|
|||
|
<!-- TRNOTE Translate below -->
|
|||
|
<h2>TCP/IP subnet calculator</h2>
|
|||
|
<strong>Welcome</strong>
|
|||
|
<noscript>
|
|||
|
<p>This calculator uses Javascript to function. Ensure you are using a browser which supports Javascript and that Javascript is enabled.</p></noscript>
|
|||
|
<p>The TCP/IP subnet calculator helps you calculate new subnets of IP addresses for class A, class B, and class C network addresses. This calculator
|
|||
|
requires that you know your network address. It can subnet network addresses into equally sized subnets only.</p>
|
|||
|
<br>
|
|||
|
<!-- TRNOTE End Translation -->
|
|||
|
<form>
|
|||
|
<center>
|
|||
|
<!-- TRNOTE Translate only the value field in the next line -->
|
|||
|
<INPUT TYPE="button" VALUE="Next >>" onclick="nextwindow()">
|
|||
|
</center>
|
|||
|
</form>
|
|||
|
|
|||
|
</body>
|
|||
|
</HTML>
|