<script> function owned(){ setTimeout("owned()",1000); owned(); } </script> <input type="foo" size="30" id="bar" onchange="owned()">