Hi I am sorry but i faced another problem lets say i selected option 1 and then changed my mind and selected option 2 the output is coming as if i selected both options.
i need only one output shouldnt the break do this job?
Hi again im sorry im new to javascript i have another question:
Now this worked for one hidden value what if i have 8 hidden values?
I need a function like:
if option1 selected
pass the value to checkbox1
if option2 selected
pass the value to checkbox2
i tried something like this but...
Hi I am passing a value from the selected item in a dropdown list to a hidden field (00N200000013PAx).
This is the code:
function onChange(){
var Current = document.destin.procedure.selectedIndex;
document.form.00N200000013PAx.value = document.form.procedure.options[Current].value;
}...
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.