зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
176 B
HTML
8 строки
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>
|
||
|
|