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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.