blob: 4c24240a60f0ae132865ef7be339419c4c032f9c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-size: 13px;
font-family: sans-serif;
}
table {
padding: 2px 2px 2px 2px;
}
input {
padding: 5px 6px 6px 5px;
}
</style>
</head>
<body>
<fieldset>
<table>
<tr>
<td>
<input type="text" value=""/>
</td>
</tr>
</table>
</fieldset>
<script>
var el = document.getElementsByTagName('input')[0];
el.focus();
</script>
</body>
</html>