Hi, I suggest using JavaScript setInterval() or similar functionality provided by the JS library you may use to continuously check for changes in the input field value.
- Baglan On May 15, 2008, at 4:29 PM, Luis Oliveira wrote: > > Hi, > > I am developing an iPhone webapp and I want to count the number of > characters that a user has inserted in a input text. Since Safari does > not support events like onkeydown, onkeypress and onkeyup, how can I > do that? What kind of event is fired when the user inserts a new > character inside an input text box ? > > Thanks. > > Luis Oliveira > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
