Tagged Questions
0
votes
2answers
603 views
Defaultbutton div
I am just curious; does any of you have any good javascriptresources for setting defaultbutton for all elements inside a div? I have a lot of divs that executes various javascriptfunctions and I would ...
0
votes
1answer
805 views
How to set the default (submit) button for a page loaded in an iPhone UIWebView (stringByEvaluatingJavaScriptFromString?)
I'm using a UIWebView to load an HTML form in my iPhone app.
The form has three submit buttons (and selecting "Go" on the iPhone keypad selects the first submit button).
I'm assuming that I can set ...