search for: form226email

Displaying 1 result from an estimated 1 matches for "form226email".

2006 Mar 08
4
Event.Observer - (was: Ajax.Autompleter not working on IE)
...Trying to figure this out I added some alerts to control.js and it seems that IE is not getting the onkeypress events. So, here''s a demo: http://hank.org/demos/form.html That 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(...