Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. togura

    getting the values of dynamically-named pulldown menus

    I am planning on using a loop to read the results back, but at the moment i don't know how to reference the pulldown menu objects that were created when the page was rendered. the 'create' loops are used when the page is rendered, whereas the 'read value' loops will be used when a user presses a...
  2. togura

    getting the values of dynamically-named pulldown menus

    Hi I'm a longtime java coder but javascript newbie. got a quick problem i hope someone can help with. I am creating a number of pulldown menus, the names of which are created on-the-fly: for (i = 0; i < outcomes.length; i++) { ... for (j = 0; j < factors.length; j++) {...

Part and Inventory Search

Back
Top