<html>
<head>
<title>Link Information</title>
<link rel=StyleSheet href="info344.css" type="text/css">
<script language="JavaScript">
<!---

function SetInformation() {
	
	opener.FinishStmt(document.DiagForm.Link.value)
	window.close()

	}

-->
</script>
</head>
<body>

<h1>Fill in the following:</h1>
<p>
<form name="DiagForm">
Full URL of the link:
<br><input type="text" size=30 Name="Link">
<p><center>
<input type="button" Value="  OK  "
     onClick="SetInformation()">
 
<input type="button" Value="Cancel" onClick="window.close()">
</center>
</form>

</body>
</html>