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 SkipVought 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. f13nds

    alter drop down code to radio button

    i have found this example which seems to do the trick.. if anyone has any thoughts on this please let me know (ie.. is it better then adapting the above.. etc) thanks http://www.java2s.com/Code/JavaScript/Form-Control/ModifyingOPTGROUPElementLabels.htm
  2. f13nds

    alter drop down code to radio button

    i think you would have to change the following line var parentList = document.createElement("select"); to something like var parentList = document.createElement("radio"); and then proceed from there.. is that correct? the trouble with this is that there shall be more than one parent now...
  3. f13nds

    alter drop down code to radio button

    to be completely honest this problem has just arose and i am trying to find a solution as i go along. i'm pretty sure that the majority of changes would be amongst the code below. to be honest once again i am more of a html person and my js is very limited. i can get my head around most of...
  4. f13nds

    alter drop down code to radio button

    hello all. i have some code that was mostly written for me. if you visit the following: http://www.londonheathrowcars.com/robin/index_test.asp"]test page[/URL] when you choose an option in the first drop down (top of the page), the second drop down updates.. i would like to apply the same...

Part and Inventory Search

Back
Top