gecko-dev/dom/base/crashtests/90613-1.html

8 строки
176 B
HTML
Исходник Обычный вид История

2009-02-10 11:09:40 +03:00
<html>
<body onload="this.focus();" onfocus="document.getElementById('foo').focus();"
onblur="/*alert('hello');*/this.focus();">
<input type="text" id="foo">
</body>
</html>