71 lines
2.0 KiB
HTML
71 lines
2.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>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 = "rzakutrb130.htm";
|
||
|
} else {
|
||
|
//No must be checked
|
||
|
//Jump to page B
|
||
|
window.location = "rzakutrb120.htm";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
function onBack() {
|
||
|
history.back();
|
||
|
}
|
||
|
|
||
|
//END NON-TRANSLATABLE
|
||
|
|
||
|
////////// -->
|
||
|
</script>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h2>TCP/IP troubleshooter</h2>
|
||
|
<strong>Contact your network administrator</strong>
|
||
|
|
||
|
<p>Ask your network administrator whether you should add the remote system's host name to the local host table or to the DNS server. The system can resolve the host name to an IP address from either the local host table or by querying the DNS server.</p>
|
||
|
|
||
|
<form name="form1">
|
||
|
<p>Do you need to add the host name to the local host table?</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>
|
||
|
</table>
|
||
|
|
||
|
<br><br>
|
||
|
<center>
|
||
|
<input type="button" value="<< Back" onClick="onBack()">
|
||
|
<input type="button" value="Next >>" onClick="onNext()">
|
||
|
</center>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|
||
|
|