I want to receive a parameter from a function
and make it a JS variable name:
Like this it doesnt work but maybe you know
how to do it:
function copydown(row){
alert(document.addform.ourproducts" + row + ".options[" + row + "].value);
}
Thank you
Daniel