web_pub/browser_control_api/tsrc/data/historytest3.html
changeset 1 7c90e6132015
equal deleted inserted replaced
0:dd21522fd290 1:7c90e6132015
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <HTML><HEAD>
       
     3 <TITLE>History Test 3</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>