	<script type="text/javascript" src="manager/resource/httpreq.js"></script>
	<script type="text/javascript" src="manager/resource/control.js"></script>
	<body>
		<form>
			<fieldset>
			<legend>Test Prompt</legend>
				<h4 id=TestLabel></h4>
				<h3 id=PromptLabel>...</h3>
				<input id=ButtonConfirm type=button value='OK' disabled onClick='clickedConfirm();'>
				<input id=ButtonCancel type=button value='Cancel' disabled onClick='clickedCancel();'>
			</fieldset>
			<fieldset>
			<legend>Test Control</legend>
				<input id=ButtonAbort type=button value='Abort Test' onClick='clickedAbort();'>
			</fieldset>
		</form>
	</body>