Hi guys,
I am passing a value to a function, and then I want to use that value to update a form variable: eg:
function update(type){
document.forms.myform.type.value = 10;
}
Note, that type is the dynamic value for the form element that I
want to update.
but i cannot get it to work.
any help is much appreciated.





Bookmarks