hi bear, i have figure out how to replace the option list, but somehow i have some question on it , i have xml file in format as follow :
and have 2 option list as follow :
when "myoption" onchange, it will change the option in "changeoption"
and below is the callback function to replace "changeoption" option
this code work fine and it does replace the changeoption, however if i replace the line
to
it didn't give any error but the changeoption list is not change, i did output retLabel and retValue, it show the value correctly ,besides, i also try on using new
String(retLabel), but it doesn't help
why is it so ?
thank you
[ October 12, 2006: Message edited by: Nakata kokuyo ]