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.