<!DOCTYPE html>
<html>
<head>
<title>Glob Test</title>
<style>
input {
	display: inline;
}
</style>
</head>
<body>
	<h1>Glob Test with Froms</h1>
	<form action="http://yubacollegecompsci.com/WebDesign/forms/Glob.php" method="POST" name="glob">
		<fieldset>
			<legend>Test fields</legend>
			<label for="Field1">Field 1</label><input type="text" name="Field1" size="20" /><br />
			<label for="Field2">Field 2</label><input type="text" name="Field2" size="10" /><br />
			<input type="submit" name="submit" value="Kick it!" />
		</fieldset>
	</form>
</body>
</html>