blob: cb37ff079a0561e4ab774bbbd957199a7386dcef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.getElementById('t').style.display = 'block';">
<table border="1" id="t">
<tr>
<td><select><option>foopy</option></select></td>
</tr>
</table>
</body>
</html>
|