<html>
<head>
<title>Image Information</title>
<link rel=StyleSheet href="info344.css" type="text/css">

<script language="JavaScript">
<!---

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

	}

-->
</script>

</head>
<body>
<h1>Fill in the following:</h1>
<p>
Use standard URL notation such as <strong>http://128.208.100.219/group1.jpg</strong> to 
use an image from the internet or 
<strong>file:///C|/windows/desktop/moocow.gif</strong> to use a graphic file from your own 
machine (in this case c:\windows\desktop\moocow.gif in Windows 95).
<p>
<form name="DiagForm">
Graphic File Name:
<br><input type="text" size=30 Name="Figure">
<p><center>
<input type="button" Value="  OK  "
     onClick="SetInformation()">
 
<input type="button" Value="Cancel" onClick="window.close()">
</center>
</form>

</body>
</html>