Sign in
◑
Theme
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
chrome
/
test
/
data
/
textinput
/
focus_input_on_load.html
blob: 1aeff5ea19b3dfe3cb7a5fd28d6afcfe6082d169 [
file
]
<html>
<head>
<script>
window
.
onload
=
function
()
{
document
.
getElementById
(
'text_id'
).
focus
();
};
</script>
</head>
<body>
<input
type
=
"text"
id
=
"text_id"
>
</body>
</html>