Displaying 1 result from an estimated 1 matches for "form226phone".
2006 Mar 08
4
Event.Observer - (was: Ajax.Autompleter not working on IE)
...at contains two fields with onkeypress events:
<input name="email" type="text" id="form226email" onkeypress="javascript: alert(''key pressed'')" />
and
<input value="" name="phone" type="text" id="form226phone" />
<script>
Event.observe("form226phone", ''keypress'', function(){ alert(''keypress'') } );
</script>
Both work in Firefox. IE 6.0.2 Win95 only the Email field shows the
alert.
I added the "Click Me!" from the exmap...