<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE>Demo </TITLE>
<script type="text/javascript">
function SetFocus()
{
document.getElementById('button1').focus();
}
</script>
</HEAD>
<BODY onload='SetFocus()' bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<p>
This test tests that LoadData actually works.
If you see this page the test passed.
<form>
<input type='text' id='box1' />
<input type='submit' id='button1' value='button1' />
<br/>
<input type='submit' id='button2' value='#2' />
<input type='text' id='box2' />
</form>
<img src="img8.jpg" id='image' />
</BODY>
</HTML>