3
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<HTML><HEAD>
|
|
3 |
<TITLE>Demo </TITLE>
|
|
4 |
|
|
5 |
<script type="text/javascript">
|
|
6 |
function SetFocus()
|
|
7 |
{
|
|
8 |
document.getElementById('button1').focus();
|
|
9 |
}
|
|
10 |
</script>
|
|
11 |
</HEAD>
|
|
12 |
|
|
13 |
<BODY onload='SetFocus()' bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
|
|
14 |
|
|
15 |
<p>
|
|
16 |
This test tests that LoadData actually works.
|
|
17 |
If you see this page the test passed.
|
|
18 |
<form>
|
|
19 |
<input type='text' id='box1' />
|
|
20 |
<input type='submit' id='button1' value='button1' />
|
|
21 |
<br/>
|
|
22 |
<input type='submit' id='button2' value='#2' />
|
|
23 |
<input type='text' id='box2' />
|
|
24 |
</form>
|
|
25 |
|
|
26 |
<img src="img8.jpg" id='image' />
|
|
27 |
</BODY>
|
|
28 |
</HTML>
|