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 Mike Lewis 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. cyclopsvs

    set selectedIndex after populating select box

    Sorry for that post, didn't really think of a way to solve that. I was already looping threw the list so it was easy to see if a value from the array matched the known value. based on where i was in the loop, the index was easily set. thanks again for you help.
  2. cyclopsvs

    set selectedIndex after populating select box

    thanks for the help, although it seems i made a mistake about what i actually needed to get the correct value in there. the variable i have are is the value of the options that needs to be selected. Is there a way to go from that value to the index of the options that corresponds in a easy...
  3. cyclopsvs

    set selectedIndex after populating select box

    Hello Javascript Users, I recently started doing some stuff in javascript again but now i am running into some problems which i can't find a solution to. I have two select boxes in a form the values of the second select box are populated with specific values based on the selection made in...
  4. cyclopsvs

    xmlrpc with javascript

    Hello javascript users, I recently started building a large web application in python. In order to get erroneous data from the client side i created a secure xmlrpc server that handles the submitted data. I know for sure this server works correctly because with a client side written in...
  5. cyclopsvs

    populate selectbox with onchange

    Thanks for your reaction, I knew the code i wrote should have worked because i used it in another app. Fortunatly i found the error it was only a enter in the dictionary secondOptions between the different arrays. thanks anyway, richard
  6. cyclopsvs

    populate selectbox with onchange

    Hello javascript users, I'm relativly new in using javascript and tried to populate a select box based on a value chosen in a earlier selectbox. The code i wrote doesn't seem to work and i cant figure out what is going wrong. Can someone give me some assistance. this is the code i wrote...
  7. cyclopsvs

    database sql extraction

    Hello all, I recently started working on a project where one of the first steps is to extract the complete sql querie from which the database is designed. I was wondering is there is a simple method to do this so i can see al the primary keys and foreign keys ? thanks in advance for your...

Part and Inventory Search

Back
Top