Linked select box not working in IE11 but works fine in - Microsoft Community
Internet Explorer / Internet Explorer 11 / Windows 7
hi,
i have been trying resolve issue select box not working correctly in ie11. i have 2 select boxes in classic asp page linked using js.chained function values in 2nd select box filtered based on value in first select box. this works fine on browsers except ie11. in ie11, 2nd select box shows correct list of filtered options defaults 'selected' value first entry in list, rather teh actual value stored in database. for example:
select box 1 options:
select box 2 options:
if select "1. colour" from first box, 2nd 1 should show options 1 , 2 choose from. this works correctly, however, if load saved record selected options "1. colour" , "2. blue", 2nd select box shows 1. red selected option, though in sql database "2. blue".
i have no idea why case works fine in other browsers , in ie9 guess specific ie11.
any advice appreciated.
thanks,
ian
Internet Explorer / Internet Explorer 11 / Windows 7
Comments
Post a Comment