>From the iPhone Dev Camp Keynote:

Non-functional events

window.oncontextmenu
window.onresize * (partial, buggy)
window.onscroll
window.onerror
formfield.ondblclick
formfield.onselect
formfield.onkeydown
formfield.onkeypress
formfield.onkeyup

form.onsubmit   <----------------- amazing this is not supported, the
weird thing, before the firmware update it worked ok for me.

formfield.onmouseenter
formfield.onmouseleave
formfield.onmousemove
document.onkeydown
document.onkeypress
document.onkeyup


On Aug 9, 10:18 am, shelly <[EMAIL PROTECTED]> wrote:
> Thats pretty standard javascript, were did you read that the iphone
> does not support it.
>
> On Aug 8, 6:47 pm, acidscan <[EMAIL PROTECTED]> wrote:
>
> > Hi everybody,
>
> > What can I use to validate the data entered in a form?. I've been
> > using onsubmit, but now I read that the iPhone doesn't support it. Any
> > ideas ?
>
> > Thanks in advance, Joel


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to