• 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

cross browser getting hold of a dynamically generated form/drop down list

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got issues trying to get hold of a dynamically generated form/drop down list in IE and Firefox what seems to work in one doesn't work in the other and vice versa. I get a hold of the form like so:

And then get a hold of the item like so:

I tried to use .value it doesn't always find it in IE and with firefox I am getting intermittent problems where it won't find the right value only the first value. Does anyone have any idea what I'm doing wrong. I'm generating the form like so:

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic