• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Not show data in drop down list using IE11 browser

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

My problem right now is the dropdown list cannot show data more than 20 after i select the first dropdown list. It only happen in IE browser and it working perfectly in Chrome

This is the first drop down list that will lead to second dropdown list


Then, it will cal the getProj() in order to get the project list.



Then, it will call activateEvent(). This will happen when I click the second dropdown list that supposedly show the project list.



But my real problem is, when I click #s1 and choose eg: PPP, it will not show the project list if it is more than 20(in (#s2). Is there any limit in using optgroup and  multiple select box?
Anyone can tell me what cause the problem that I having right now?

TQ
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic