Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
Hi all,

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?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.