|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
4 "xhtml1-transitional.dtd"> |
|
5 <html xmlns='http://www.w3.org/1999/xhtml'> |
|
6 <head> |
|
7 <title>NIST DOM HTML Test - BR</title> |
|
8 </head> |
|
9 <body onload="parent.loadComplete()"> |
|
10 <table id="table-1" border="4" frame="border" cellpadding="2" cellspacing="2" summary="HTML Control Table" rules="all"> |
|
11 <caption>Table Caption</caption> |
|
12 <thead align="center" valign="middle"> |
|
13 <tr align="center" valign="middle" char="*" charoff="1"> |
|
14 <th id="header-1">Employee Id</th> |
|
15 <th id="header-2" abbr="maiden" axis="center" align="center" colspan="1" rowspan="1" scope="col" headers="header-1" valign="middle">Employee Name</th> |
|
16 <th>Position</th> |
|
17 <th>Salary</th> |
|
18 <th>Gender</th> |
|
19 <th>Address</th> |
|
20 </tr> |
|
21 </thead> |
|
22 <tfoot align="center" valign="middle"> |
|
23 <tr> |
|
24 <th>next page ...</th> |
|
25 <th>next page ...</th> |
|
26 <th>next page ...</th> |
|
27 <th>next page ...</th> |
|
28 <th>next page ...</th> |
|
29 <th>next page ...</th> |
|
30 </tr> |
|
31 </tfoot> |
|
32 <tbody align="center" valign="middle"> |
|
33 <tr> |
|
34 <td axis="center" id="Table-3" abbr="maiden2" colspan="1" rowspan="1" scope="col" headers="header-2" valign="middle">EMP0001</td> |
|
35 <td headers="header-2">Margaret Martin</td> |
|
36 <td>Accountant</td> |
|
37 <td>56,000</td> |
|
38 <td>Female</td> |
|
39 <td>1230 North Ave. Dallas, Texas 98551</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td>EMP0002</td> |
|
43 <td>Martha Raynolds</td> |
|
44 <td>Secretary</td> |
|
45 <td>35,000</td> |
|
46 <td>Female</td> |
|
47 <td>1900 Dallas Road Dallas, Texas 98554</td> |
|
48 </tr> |
|
49 </tbody> |
|
50 </table> |
|
51 <form id="form1" action="./files/getData.pl" method="post"> |
|
52 <p> |
|
53 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1"> |
|
54 <option selected="selected" value="EMP1">EMP10001</option> |
|
55 <option>EMP10002</option> |
|
56 <option>EMP10003</option> |
|
57 <option>EMP10004</option> |
|
58 <option>EMP10005</option> |
|
59 </select> |
|
60 </p> |
|
61 </form> |
|
62 <p> |
|
63 <select name="select2"> |
|
64 <option>EMP20001</option> |
|
65 <option>EMP20002</option> |
|
66 <option>EMP20003</option> |
|
67 <option>EMP20004</option> |
|
68 <option>EMP20005</option> |
|
69 </select> |
|
70 </p> |
|
71 <p> |
|
72 <select name="select3" disabled="disabled" tabindex="1"> |
|
73 <option>EMP30001</option> |
|
74 <option>EMP30002</option> |
|
75 <option>EMP30003</option> |
|
76 <option>EMP30004</option> |
|
77 <option>EMP30005</option> |
|
78 </select> |
|
79 </p> |
|
80 </body> |
|
81 </html> |
|
82 |