Hey, good news!
I've managed to hide the keyboard after the search validation! It is
very simple, you just have to call the blur() javascript function of
your textbox.
The blur() is doing the opposite of focus().
In my case I had to call it that way:
onsubmit="iui.xxSubmitForm(this); document.getElementById
('searchBar').blur(); return false;"
--
Charles
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---