Hi all,
I designed a page (html) which is having a combobox
When i view in iPhone Safari and if i select the drop down box, the selector sheet will pop, but the "Next" and "Previous" buttons are disabled.
How to enable this?
I designed a page (html) which is having a combobox
Code:
<select name="SelectAmount">
<option value="$25">$25</option>
<option value="$50">$50</option>
<option value="$75">$75</option>
<option value="$100">$100</option>
<option value="$150">$150</option>
<option value="$200">$200</option>
</select>
When i view in iPhone Safari and if i select the drop down box, the selector sheet will pop, but the "Next" and "Previous" buttons are disabled.
How to enable this?