Thursday, 15 January 2015

iPad Chrome HTML click select option, but display another option -



iPad Chrome HTML click select option, but display another option -

in pc chrome & ie, works. in ipad chrome, when select month or year, display alternative of day. , code related below.

<td class="label" nowrap="nowrap"><label for="inputlabel2">fax received date to</label></td> <td><label> <input type="hidden" name="inputlabel2" value="d/2014/10/22:17:19:28"> <input type="hidden" name="inputlabel2_dirtyflag" value="0"> <label for="inputlabel2_day"></label> <select id="inputlabel2_day" title="day" name="inputlabel2_day" onchange="inputlabel2_update(this, this.form, null)"> <option value="-1" > <option value="1" >1 <option value="22" selected>22 <option value="31" >31 </select> &nbsp;---&nbsp; <label for="inputlabel2_month"></label> <select id="inputlabel2_month" title="month" name="inputlabel2_month" onchange="inputlabel2_update(this, this.form, null)"> <option value="-1" > <option value="1" >january <option value="10" selected>october <option value="12" >december </select> &nbsp;---&nbsp; <label for="inputlabel2_year"></label> <select id="inputlabel2_year" title="year" name="inputlabel2_year" onchange="inputlabel2_update(this, this.form, null)"> <option value="-1" > <option value="2013" >2013 <option value="2014" selected>2014 <option value="2015" >2015 </select>

find issue, due , should not have additional after , , 1 time remove it, works in ipad chrome now. thx all

html ipad google-chrome html-select

No comments:

Post a Comment