I have a site which is optimized for mobile devices. I also have a sign in page on this site. Once a user fills the credentials he/she can sign in using a sign in button. but I also want that the same operation happen when they tab the "Go" button or "Enter" button on the key pad.
how can we implement that?
the other thing also, on iPhone how you can change the key pad type that pop up when a text field is active? I know if you want to get a number key pad you set the type="tel" for the tribute of the input tag.
how about for the other types of key pads?
tanx