mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
8 lines
176 B
HTML
8 lines
176 B
HTML
<html>
|
|
<body onload="this.focus();" onfocus="document.getElementById('foo').focus();"
|
|
onblur="/*alert('hello');*/this.focus();">
|
|
<input type="text" id="foo">
|
|
</body>
|
|
</html>
|
|
|