95 lines
2.8 KiB
HTML
95 lines
2.8 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>TCP/IP troubleshooter</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. -->
|
||
|
|
||
|
<script type="text/javascript" language="Javascript">
|
||
|
<!-- // Hide script from older browsers
|
||
|
|
||
|
//START NON-TRANSLATABLE
|
||
|
|
||
|
|
||
|
|
||
|
function onNext() {
|
||
|
//Is Yes checked?
|
||
|
if (document.form1.rad[0].checked == true) {
|
||
|
//Jump to page A
|
||
|
window.location = "rzakutrb160.htm";
|
||
|
} else {
|
||
|
//No must be checked
|
||
|
//Jump to page B
|
||
|
window.location = "rzakutrb220.htm";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
function onBack() {
|
||
|
history.back();
|
||
|
}
|
||
|
|
||
|
|
||
|
function onCalculate() {
|
||
|
|
||
|
windowparms = "width=640,height=575,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=yes";
|
||
|
//windowparms = "width=640,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no,status=no";
|
||
|
aWindow = window.open("rzakutrbsubnetcalc.htm", "custom", windowparms);
|
||
|
aWindow.focus();
|
||
|
if (aWindow != null) {
|
||
|
if (aWindow.opener == null) {
|
||
|
aWindow.opener = self;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//END NON-TRANSLATABLE
|
||
|
|
||
|
////////// -->
|
||
|
</script>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h2>TCP/IP troubleshooter</h2>
|
||
|
<strong>Verify that the IP address you are pinging is on the same subnet as your local interface.</strong>
|
||
|
|
||
|
|
||
|
<form name="form1">
|
||
|
<p>Is the IP address you are pinging on the same subnet as your local interface?</p>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="yes" id="yep" checked></td>
|
||
|
<td><label for="yep">Yes</label></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td> </td>
|
||
|
<td><input type="radio" name="rad" value="nope" id="nope"></td>
|
||
|
<td><label for="nope">No</label></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<!-- <p>If you are not sure, use this <a href="javascript:parent.leftframe.popupWindow('rzakutrbsubnetcalc.htm');">calculator<img src="popup.gif" alt="Popup link to details" border="0" align="texttop"></a> to determine whether your local interface is on the same subnet as the remote interface.</p> -->
|
||
|
<p>If you are not sure, use this <a href="javascript:onCalculate();">calculator<img src="popup.gif" alt="Popup link to details" border="0" align="texttop"></a> to determine whether the remote interface is on the same subnet as your local interface.</p>
|
||
|
|
||
|
|
||
|
|
||
|
<br><br>
|
||
|
<center>
|
||
|
<input type="button" value="<< Back" onClick="onBack()">
|
||
|
<input type="button" value="Next >>" onClick="onNext()">
|
||
|
</center>
|
||
|
</form>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|