<input type="text" id="find" name="plz" onchange="a_value(this);"/> <script type="text/javascript"> function a_value(o) { alert(o.value); } </script>